OMNeT++ NEDXML  6.0.3
MsgTypeTable::Properties Class Reference

#include <msgtypetable.h>

Public Member Functions

void add (const Property &p)
 
bool empty () const
 
const std::vector< Property > & getAll () const
 
const Propertyget (const std::string &name, const std::string &index="") const
 
bool contains (const std::string &name, const std::string &index="") const
 

Protected Attributes

std::vector< Propertyproperties
 

Member Function Documentation

◆ add()

void add ( const Property p)
inline

◆ empty()

bool empty ( ) const
inline

◆ getAll()

const std::vector<Property>& getAll ( ) const
inline

◆ get()

const Property* get ( const std::string &  name,
const std::string &  index = "" 
) const

◆ contains()

bool contains ( const std::string &  name,
const std::string &  index = "" 
) const
inline

Member Data Documentation

◆ properties

std::vector<Property> properties
protected

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