Flow123d
last_with_con_2.0.0-663-gd0e2296
|
#include <storage.hh>
Public Member Functions | |
StorageString (const std::string &value) | |
virtual const std::string & | get_string () const |
virtual bool | is_null () const |
virtual StorageBase * | deep_copy () const |
virtual void | print (std::ostream &stream, int pad=0) const |
virtual | ~StorageString () |
Public Member Functions inherited from Input::StorageBase | |
virtual std::int64_t | get_int () const |
virtual double | get_double () const |
virtual bool | get_bool () const |
virtual StorageBase * | get_item (const unsigned int index) const |
virtual unsigned int | get_array_size () const |
virtual | ~StorageBase () |
Private Attributes | |
std::string | value_ |
Definition at line 146 of file storage.hh.
Input::StorageString::StorageString | ( | const std::string & | value | ) |
|
virtual |
Definition at line 286 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 276 of file storage.cc.
|
virtual |
Reimplemented from Input::StorageBase.
Definition at line 265 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 271 of file storage.cc.
|
virtual |
Implements Input::StorageBase.
Definition at line 281 of file storage.cc.
|
private |
Definition at line 156 of file storage.hh.