|
Flow123d
JS_before_hm-2279-gb109077a9
|
#include <storage.hh>


Public Member Functions | |
| StorageInt (int value) | |
| virtual std::int64_t | get_int () const |
| virtual bool | is_null () const |
| virtual StorageBase * | deep_copy () const |
| 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 void | set_item (unsigned int index, StorageBase *item) |
| virtual StorageBase * | get_item (const unsigned int index) const |
| virtual unsigned int | get_array_size () const |
| virtual | ~StorageBase () |
Private Attributes | |
| std::int64_t | value_ |
Definition at line 121 of file storage.hh.
| Input::StorageInt::StorageInt | ( | int | value | ) |
|
virtual |
Definition at line 219 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 209 of file storage.cc.
|
virtual |
Reimplemented from Input::StorageBase.
Definition at line 199 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 205 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 214 of file storage.cc.
|
private |
Definition at line 131 of file storage.hh.
1.8.17