#include <Geography.h>
Public Member Functions | |
| Geography (::Configuration &conf,::ConfigObject &obj) | |
| virtual | ~Geography () |
| 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 | |
| static Geography * | create (::Configuration &conf, const std::string &id="") |
| Create new object of the Geography 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 | |
| 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.
|
|
|
Destroy object of the Geography class.
|
|
|
Get "barrels" relationship value.
Definition at line 81 of file Geography.h. References check_init(), and m_barrels. Here is the call graph for this function: ![]() |
|
|
Set "barrels" relationship value.
Definition at line 103 of file Geography.cpp. |
1.4.6