casa::dbus::record Class Reference
todo: o create python to/from record functions o implement compare() o implement record_to_string() o create a thorough test program o verify that std::map<>'s copy ctor does a complete copy o add copy-on-write (w/ reference counting)
More...
#include <record.h>
List of all members.
Detailed Description
todo: o create python to/from record functions o implement compare() o implement record_to_string() o create a thorough test program o verify that std::map<>'s copy ctor does a complete copy o add copy-on-write (w/ reference counting)
Definition at line 48 of file record.h.
Member Typedef Documentation
Constructor & Destructor Documentation
casa::dbus::record::record |
( |
|
) |
|
casa::dbus::record::record |
( |
const record & |
r |
) |
[inline] |
Member Function Documentation
record* casa::dbus::record::clone |
( |
|
) |
const [inline] |
int casa::dbus::record::compare |
( |
const record * |
|
) |
const |
std::pair<rec_map::iterator,bool> casa::dbus::record::insert |
( |
const std::string & |
s, |
|
|
const variant & |
v | |
|
) |
| | |
record& casa::dbus::record::operator= |
( |
const record & |
r |
) |
[inline] |
The documentation for this class was generated from the following file: