#include <Crate.h>
Collaboration diagram for SCTDAL::Crate:
Public Member Functions | |
Crate (::Configuration &conf,::ConfigObject &obj) | |
bool | destroy (::Configuration &conf) |
Destroy object of the Crate class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
unsigned short | get_id () const |
Get "id" attribute value. crate ID. | |
unsigned short | id () const |
bool | set_id (unsigned short value) |
Set "id" attribute value. crate ID. | |
const SCTDAL::Tim * | get_tim () const |
Get "tim" relationship value. | |
const SCTDAL::Tim * | tim () const |
bool | set_tim (const SCTDAL::Tim *value) |
Set "tim" relationship value. | |
const std::vector< const SCTDAL::Rod * > & | get_rods () const |
Get "rods" relationship value. | |
const std::vector< const SCTDAL::Rod * > & | rods () const |
bool | set_rods (const std::vector< const SCTDAL::Rod * > &value) |
Set "rods" relationship value. | |
Crate (::Configuration &conf,::ConfigObject &obj) | |
bool | destroy (::Configuration &conf) |
Destroy object of the Crate class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
unsigned short | get_id () const |
Get "id" attribute value. crate ID. | |
unsigned short | id () const |
bool | set_id (unsigned short value) |
Set "id" attribute value. crate ID. | |
const SCTDAL::Tim * | get_tim () const |
Get "tim" relationship value. | |
const SCTDAL::Tim * | tim () const |
bool | set_tim (const SCTDAL::Tim *value) |
Set "tim" relationship value. | |
const std::vector< const SCTDAL::Rod * > & | get_rods () const |
Get "rods" relationship value. | |
const std::vector< const SCTDAL::Rod * > & | rods () const |
bool | set_rods (const std::vector< const SCTDAL::Rod * > &value) |
Set "rods" relationship value. | |
Static Public Member Functions | |
Crate * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Crate class. | |
Crate * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Crate class. | |
Static Public Attributes | |
const std::string | s_class_name |
Private Member Functions | |
void | check_init () const |
void | check_init () const |
Static Private Member Functions | |
void | update (::Configuration &conf, const::ConfigurationChange *change) |
void | reset (::Configuration &conf, bool re_initialise_obj) |
void | update (::Configuration &conf, const::ConfigurationChange *change) |
void | reset (::Configuration &conf, bool re_initialise_obj) |
Private Attributes | |
unsigned short | m_id |
const SCTDAL::Tim * | m_tim |
std::vector< const SCTDAL::Rod * > | m_rods |
const SCTDAL::Tim * | m_tim |
std::vector< const SCTDAL::Rod * > | m_rods |
Friends | |
class | ::Configuration |
Definition at line 29 of file Crate.h.
|
Create new object of the Crate class.
|
|
Create new object of the Crate class.
|
|
Destroy object of the Crate class.
|
|
Destroy object of the Crate class.
|
|
Get "id" attribute value. crate ID.
Definition at line 87 of file emp/Crate.h. |
|
Get "id" attribute value. crate ID.
|
|
Get "rods" relationship value.
Definition at line 114 of file emp/Crate.h. |
|
Get "rods" relationship value.
|
|
Get "tim" relationship value.
Definition at line 101 of file emp/Crate.h. |
|
Get "tim" relationship value.
|
|
Set "id" attribute value. crate ID.
Definition at line 95 of file emp/Crate.h. |
|
Set "id" attribute value. crate ID.
|
|
Set "rods" relationship value.
|
|
Set "rods" relationship value.
|
|
Set "tim" relationship value.
|
|
Set "tim" relationship value.
|