#include <CompositeType.h>
Inheritance diagram for FD::CompositeType:


Public Types | |
|
typedef std::map< std::string, ObjectRef > | map_type |
|
typedef std::pair< std::string, ObjectRef > | map_element_type |
Public Member Functions | |
| void | printOn (std::ostream &out) const |
| void | readFrom (std::istream &in) |
| void | addField (const std::string &name, ObjectRef obj) |
| void | conservativeAddField (const std::string &name, ObjectRef obj) |
| ObjectRef | get (const std::string &name) const |
| map_type | getAllFields () |
|
|
Generic print function Implements FD::Object. |
|
|
Generic read function Reimplemented from FD::Object. |
1.4.4