|   |   | 
|  | |
#include <pantheios/backends/bec.test.h>
| 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. | |
| typedef Results class_type | 
The type of this class.
| typedef Entry value_type | 
The value type.
| 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.
| index | The index of the element. Must be less than the value returned by size() | 
|  | |
| pantheios Library documentation © Matthew Wilson & Synesis Software, 2006-2011 |  |