Flow123d
release_2.1.0-84-g6a13a75
|
#include <storage.hh>
Public Member Functions | |
StorageDouble (double value) | |
virtual double | get_double () const |
virtual bool | is_null () const |
virtual StorageBase * | deep_copy () const |
virtual void | print (std::ostream &stream, int pad=0) const |
virtual | ~StorageDouble () |
Public Member Functions inherited from Input::StorageBase | |
virtual std::int64_t | get_int () const |
virtual bool | get_bool () const |
virtual const std::string & | get_string () const |
virtual StorageBase * | get_item (const unsigned int index) const |
virtual unsigned int | get_array_size () const |
virtual | ~StorageBase () |
Private Attributes | |
double | value_ |
Definition at line 133 of file storage.hh.
Input::StorageDouble::StorageDouble | ( | double | value | ) |
|
virtual |
Definition at line 250 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 240 of file storage.cc.
|
virtual |
Reimplemented from Input::StorageBase.
Definition at line 230 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 236 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 245 of file storage.cc.
|
private |
Definition at line 143 of file storage.hh.