|
Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
| typedef int64_t | id_type |
| typedef std::string | string_type |
| typedef const std::string & | string_reference |
Public Member Functions | |
| id_type | id () const |
| void | id (id_type rhs) |
| bool | has_id () const |
| const std::string & | name () const |
| std::string & | name () |
| void | name (const std::string &rhs) |
| string_reference | description () const |
| void | description (string_reference &rhs) |
| string_reference | filename () const |
| const sqlite::blob & | file_content () const |
| void | clear () |
| void | export_original (std::string filename) const |
Protected Member Functions | |
| std::string | temporary_filename () const |
Protected Attributes | |
| id_type | _id = 0 |
| std::string | _name |
| std::string | _description |
| std::string | _filename |
| sqlite::blob | _filecontent |
Definition at line 13 of file db/entity.hh.
1.8.15