Flow123d
jenkins-Flow123d-windows32-release-multijob-51
|
#include <storage.hh>
Public Member Functions | |
StorageInt (int value) | |
virtual int | get_int () const |
virtual bool | is_null () const |
virtual StorageBase * | deep_copy () |
virtual void | print (std::ostream &stream, int pad=0) const |
virtual | ~StorageInt () |
Public Member Functions inherited from Input::StorageBase | |
virtual double | get_double () const |
virtual bool | get_bool () 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 | |
int | value_ |
Definition at line 108 of file storage.hh.
Input::StorageInt::StorageInt | ( | int | value | ) |
|
virtual |
Definition at line 196 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 186 of file storage.cc.
|
virtual |
Reimplemented from Input::StorageBase.
Definition at line 176 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 182 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 191 of file storage.cc.
|
private |
Definition at line 118 of file storage.hh.