#include <Barrel.h>
Public Member Functions | |
Barrel (::Configuration &conf,::ConfigObject &obj) | |
virtual | ~Barrel () |
bool | destroy (::Configuration &conf) |
Destroy object of the Barrel 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. | |
unsigned short | id () const |
bool | set_id (unsigned short value) |
Set "id" attribute value. | |
const std::vector< const SCTDAL::Row * > & | get_rows () const |
Get "rows" relationship value. | |
const std::vector< const SCTDAL::Row * > & | rows () const |
bool | set_rows (const std::vector< const SCTDAL::Row * > &value) |
Set "rows" relationship value. | |
Static Public Member Functions | |
static Barrel * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Barrel class. | |
Static Public Attributes | |
static const std::string | s_class_name |
Private Member Functions | |
void | check_init () const |
Static Private Member Functions | |
static void | update (::Configuration &conf, const ::ConfigurationChange *change) |
static void | reset (::Configuration &conf, bool re_initialise_obj) |
Private Attributes | |
unsigned short | m_id |
std::vector< const SCTDAL::Row * > | m_rows |
Friends | |
class | ::Configuration |
Definition at line 26 of file Barrel.h.
|
Create new object of the Barrel class.
|
|
Destroy object of the Barrel class.
|
|
Get "id" attribute value.
Definition at line 82 of file Barrel.h. References check_init(), and m_id. Here is the call graph for this function: ![]() |
|
Get "rows" relationship value.
Definition at line 95 of file Barrel.h. References check_init(), and m_rows. Here is the call graph for this function: ![]() |
|
Set "id" attribute value.
|
|
Set "rows" relationship value.
Definition at line 115 of file Barrel.cpp. |