OdbDesignLib
OdbDesign ODB++ Parsing Library
Odb::Lib::FileModel::Design::PropertyRecord Struct Reference
Inheritance diagram for Odb::Lib::FileModel::Design::PropertyRecord:
Odb::Lib::IProtoBuffable< Odb::Lib::Protobuf::PropertyRecord >

Public Types

typedef std::map< std::string, std::shared_ptr< PropertyRecord > > StringMap
 
typedef std::vector< std::shared_ptr< PropertyRecord > > Vector
 

Public Member Functions

std::unique_ptr< Odb::Lib::Protobuf::PropertyRecord > to_protobuf () const override
 
void from_protobuf (const Odb::Lib::Protobuf::PropertyRecord &message) override
 
- Public Member Functions inherited from Odb::Lib::IProtoBuffable< Odb::Lib::Protobuf::PropertyRecord >
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
 

Public Attributes

std::string name
 
std::string value
 
std::vector< float > floatValues
 

Static Public Attributes

constexpr static const char * RECORD_TOKEN = "PRP"
 

Detailed Description

Definition at line 13 of file PropertyRecord.h.


The documentation for this struct was generated from the following files: