|
|
|
|
|
|
|||
#include <openrj/stl/field.hpp>
example_stl_1.cpp, example_stl_2.cpp, and example_stl_7.cpp.
Public Member Functions | |
Construction | |
| field (ORJField const *field) | |
| Conversion constructor. | |
| field () | |
| Default constructor. | |
| field (field const &rhs) | |
| Copy constructor. | |
| field & | operator= (field const &rhs) |
| Copy assignment operator. | |
Attributes | |
| string_t | name () const |
| The name of the field. | |
| string_t | value () const |
| The value of the field. | |
Attributes | |
| ORJField const * | get_field () const |
| Provides access to the underlying field pointer. | |
| ORJRecord const * | get_record () const |
| Provides access to the field's record, in the form of its underlying field pointer. | |
| field | ( | ) | [inline] |
Default constructor.
| ORJField const * get_field | ( | ) | const [inline] |
Provides access to the underlying field pointer.
| ORJRecord const * get_record | ( | ) | const [inline] |
Provides access to the field's record, in the form of its underlying field pointer.
| string_t name | ( | ) | const [inline] |
The name of the field.
| string_t value | ( | ) | const [inline] |
The value of the field.
|
|
| Open-RJ Library documentation © Synesis Software Pty Ltd, 2004-2005 |