MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
MAKLogger::DtKeyValuePair Struct Reference
+ Collaboration diagram for MAKLogger::DtKeyValuePair:

Public Member Functions

 DtKeyValuePair ()
 ~DtKeyValuePair ()
 DtKeyValuePair (unsigned int _key, unsigned int _val)
 DtKeyValuePair (const DtKeyValuePair &src)
DtKeyValuePairoperator= (const DtKeyValuePair &src)
 Assignment operator.
bool operator== (const DtKeyValuePair &rhs)
 Comparison operators.
bool operator!= (const DtKeyValuePair &rhs)
unsigned int operator[] (int ix) const
 Subscript operator.

Public Attributes

unsigned int key
unsigned int val

Constructor & Destructor Documentation

MAKLogger::DtKeyValuePair::DtKeyValuePair ( )
inline
MAKLogger::DtKeyValuePair::~DtKeyValuePair ( )
inline
MAKLogger::DtKeyValuePair::DtKeyValuePair ( unsigned int  _key,
unsigned int  _val 
)
inline
MAKLogger::DtKeyValuePair::DtKeyValuePair ( const DtKeyValuePair src)
inline

Member Function Documentation

bool MAKLogger::DtKeyValuePair::operator!= ( const DtKeyValuePair rhs)
inline

References key, and val.

DtKeyValuePair& MAKLogger::DtKeyValuePair::operator= ( const DtKeyValuePair src)
inline

Assignment operator.

References key, and val.

bool MAKLogger::DtKeyValuePair::operator== ( const DtKeyValuePair rhs)
inline

Comparison operators.

References key, and val.

unsigned int MAKLogger::DtKeyValuePair::operator[] ( int  ix) const
inline

Subscript operator.

Member Data Documentation

unsigned int MAKLogger::DtKeyValuePair::key

Referenced by operator!=(), operator=(), and operator==().

unsigned int MAKLogger::DtKeyValuePair::val

Referenced by operator!=(), operator=(), and operator==().


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

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)