|
typedef std::map< std::string, std::shared_ptr< PropertyRecord > > | StringMap |
|
typedef std::vector< std::shared_ptr< PropertyRecord > > | Vector |
|
|
std::unique_ptr< Odb::Lib::Protobuf::PropertyRecord > | to_protobuf () const override |
|
void | from_protobuf (const Odb::Lib::Protobuf::PropertyRecord &message) override |
|
bool | to_pbstring (std::string &pb_string) const |
|
bool | from_pbstring (const std::string &pb_string) |
|
bool | to_stream (std::ostream &outputStream) const |
|
bool | from_stream (std::istream &inputStream) |
|
std::string | to_json () const override |
|
void | from_json (const std::string &json) override |
|
|
std::string | name |
|
std::string | value |
|
std::vector< float > | floatValues |
|
|
constexpr static const char * | RECORD_TOKEN = "PRP" |
|
Definition at line 13 of file PropertyRecord.h.
The documentation for this struct was generated from the following files: