Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

Results Class Reference

#include <pantheios/backends/bec.test.h>

List of all members.


Detailed Description

Represents the collection of entries since the last call to reset().

Public Types

typedef Results class_type
 The type of this class.
typedef Entry value_type
 The value type.

Public Member Functions

 Results (class_type const &rhs)
 Copies the contents.
 ~Results () throw ()
 Destroys the instance.
bool empty () const
 Indicates whether the container is empty.
size_t size () const
 Indicates the number of results in the container.
value_type const & operator[] (size_t index) const
 Requests an element from the container.

Member Typedef Documentation

typedef Results class_type

The type of this class.

typedef Entry value_type

The value type.


Constructor & Destructor Documentation

Results ( class_type const &  rhs  ) 

Copies the contents.

~Results (  )  throw ()

Destroys the instance.


Member Function Documentation

bool empty (  )  const

Indicates whether the container is empty.

size_t size (  )  const

Indicates the number of results in the container.

value_type const& operator[] ( size_t  index  )  const

Requests an element from the container.

Parameters:
index The index of the element. Must be less than the value returned by size()


The documentation for this class was generated from the following file:

pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 SourceForge.net Logo