Flow123d
jenkins-Flow123d-linux-release-multijob-282
|
#include <storage.hh>
Public Member Functions | |
StorageBool (bool value) | |
virtual bool | get_bool () const |
virtual bool | is_null () const |
virtual StorageBase * | deep_copy () const |
virtual void | print (std::ostream &stream, int pad=0) const |
virtual | ~StorageBool () |
Public Member Functions inherited from Input::StorageBase | |
virtual int | get_int () const |
virtual double | get_double () const |
virtual const std::string & | get_string () const |
virtual const StorageBase * | get_item (const unsigned int index) const |
virtual unsigned int | get_array_size () const |
virtual | ~StorageBase () |
Private Attributes | |
bool | value_ |
Definition at line 97 of file storage.hh.
Input::StorageBool::StorageBool | ( | bool | value | ) |
|
virtual |
Definition at line 172 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 164 of file storage.cc.
|
virtual |
Reimplemented from Input::StorageBase.
Definition at line 152 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 158 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 168 of file storage.cc.
|
private |
Definition at line 106 of file storage.hh.