mimmo::DataType Class Reference
Class DataType defines the container and the type of data communicated by ports. More...
#include <InOut.hpp>
Public Member Functions | |
DataType () | |
DataType (const DataType &)=default | |
DataType (containerTAG conType, dataTAG dataType) | |
virtual | ~DataType () |
DataType & | operator= (const DataType &)=default |
bool | operator== (const DataType &other) |
Public Attributes | |
containerTAG | m_conType |
dataTAG | m_dataType |
Detailed Description
Class DataType defines the container and the type of data communicated by ports.
Class retains two members, m_conType and m_dataType to indentify container and data type, respectively, of a given target Port. See mimmo::PortManager.
Constructor & Destructor Documentation
◆ DataType() [1/3]
mimmo::DataType::DataType | ( | ) |
◆ DataType() [2/3]
mimmo::DataType::DataType | ( | containerTAG | conType, |
dataTAG | dataType | ||
) |
◆ ~DataType()
|
virtual |
◆ DataType() [3/3]
|
default |
Default copy constructor
Member Function Documentation
◆ operator=()
◆ operator==()
bool mimmo::DataType::operator== | ( | const DataType & | other | ) |
Member Data Documentation
◆ m_conType
containerTAG mimmo::DataType::m_conType |
◆ m_dataType
The documentation for this class was generated from the following files: