#include <Geography.h>
Public Member Functions | |
Geography (::Configuration &conf,::ConfigObject &obj) | |
bool | destroy (::Configuration &conf) |
Destroy object of the Geography class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
const std::vector< const SCTDAL::Barrel * > & | get_barrels () const |
Get "barrels" relationship value. | |
const std::vector< const SCTDAL::Barrel * > & | barrels () const |
bool | set_barrels (const std::vector< const SCTDAL::Barrel * > &value) |
Set "barrels" relationship value. | |
Geography (::Configuration &conf,::ConfigObject &obj) | |
bool | destroy (::Configuration &conf) |
Destroy object of the Geography class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
const std::vector< const SCTDAL::Barrel * > & | get_barrels () const |
Get "barrels" relationship value. | |
const std::vector< const SCTDAL::Barrel * > & | barrels () const |
bool | set_barrels (const std::vector< const SCTDAL::Barrel * > &value) |
Set "barrels" relationship value. | |
Static Public Member Functions | |
Geography * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Geography class. | |
Geography * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Geography 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 | |
std::vector< const SCTDAL::Barrel * > | m_barrels |
std::vector< const SCTDAL::Barrel * > | m_barrels |
Friends | |
class | ::Configuration |
Definition at line 26 of file Geography.h.
|
Create new object of the Geography class.
|
|
Create new object of the Geography class.
|
|
Destroy object of the Geography class.
|
|
Destroy object of the Geography class.
|
|
Get "barrels" relationship value.
Definition at line 81 of file emp/Geography.h. |
|
Get "barrels" relationship value.
Definition at line 81 of file Geography.h. |
|
Set "barrels" relationship value.
|
|
Set "barrels" relationship value.
Definition at line 103 of file Geography.cpp. |