OdbDesignLib
OdbDesign ODB++ Parsing Library
 
Loading...
Searching...
No Matches
Odb::Lib::ProductModel::Via Class Reference
Inheritance diagram for Odb::Lib::ProductModel::Via:
Odb::Lib::IProtoBuffable< Odb::Lib::Protobuf::ProductModel::Via >

Public Types

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

Public Member Functions

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

Detailed Description

Definition at line 15 of file Via.h.

Member Typedef Documentation

◆ StringMap

typedef std::map<std::string, std::shared_ptr<Via> > Odb::Lib::ProductModel::Via::StringMap

Definition at line 28 of file Via.h.

◆ Vector

typedef std::vector<std::shared_ptr<Via> > Odb::Lib::ProductModel::Via::Vector

Definition at line 27 of file Via.h.

Constructor & Destructor Documentation

◆ Via()

Odb::Lib::ProductModel::Via::Via ( )

Definition at line 11 of file Via.cpp.

Member Function Documentation

◆ from_protobuf()

void Odb::Lib::ProductModel::Via::from_protobuf ( const Odb::Lib::Protobuf::ProductModel::Via &  message)
overridevirtual

◆ GetName()

std::string Odb::Lib::ProductModel::Via::GetName ( ) const

Definition at line 17 of file Via.cpp.

◆ GetSide()

BoardSide Odb::Lib::ProductModel::Via::GetSide ( ) const

Definition at line 22 of file Via.cpp.

◆ to_protobuf()

std::unique_ptr< Odb::Lib::Protobuf::ProductModel::Via > Odb::Lib::ProductModel::Via::to_protobuf ( ) const
overridevirtual

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