#include <value_record.h>
Collaboration diagram for casac::RecordValue:

Definition at line 10 of file value_record.h.
Public Member Functions | |
| RecordValue () | |
| RecordValue (record *rec) | |
| Value & | operator= (const Value &v) |
| Value & | operator= (const RecordValue &rv) |
| void | set_value (record *) |
| record * | value_castawayconst () const |
| const record * | value () const |
| record * | value () |
| ~RecordValue () | |
Private Attributes | |
| record * | recordv |
| casac::RecordValue::RecordValue | ( | ) |
| casac::RecordValue::RecordValue | ( | record * | rec | ) |
| casac::RecordValue::~RecordValue | ( | ) |
| Value& casac::RecordValue::operator= | ( | const Value & | v | ) |
| Value& casac::RecordValue::operator= | ( | const RecordValue & | rv | ) |
| void casac::RecordValue::set_value | ( | record * | ) |
| record* casac::RecordValue::value_castawayconst | ( | ) | const [inline] |
| const record* casac::RecordValue::value | ( | ) | const [inline] |
| record* casac::RecordValue::value | ( | ) | [inline] |
record* casac::RecordValue::recordv [private] |
1.5.1