|
BusBoy
2
|
Represents one element of a data key, such as a specific frame. More...
#include <DataKeyElement.h>
Public Member Functions | |
| DataKeyElement () | |
| DataKeyElement (const std::string &id, const DataKeyDimension &dim) | |
| DataKeyElement (const DataKeyElement &element) | |
| std::string | getIdentifier () const |
| DataKeyDimension | getDimension () const |
| std::string | str () const |
| ~DataKeyElement () | |
| DataKeyElement & | operator= (const DataKeyElement &element) |
| bool | operator< (const DataKeyElement &element) const |
| bool | operator== (const DataKeyElement &element) const |
| bool | operator!= (const DataKeyElement &element) const |
Static Public Member Functions | |
| static std::vector< std::string > | toElementIds (const std::vector< DataKeyElement > &elements) |
Represents one element of a data key, such as a specific frame.
Instances are immutable.
| BUSBOY::DataKeyElement::DataKeyElement | ( | ) |
| BUSBOY::DataKeyElement::DataKeyElement | ( | const std::string & | id, |
| const DataKeyDimension & | dim | ||
| ) |
| BUSBOY::DataKeyElement::DataKeyElement | ( | const DataKeyElement & | element | ) |
| BUSBOY::DataKeyElement::~DataKeyElement | ( | ) |
| DataKeyDimension BUSBOY::DataKeyElement::getDimension | ( | ) | const |
| std::string BUSBOY::DataKeyElement::getIdentifier | ( | ) | const |
| bool BUSBOY::DataKeyElement::operator!= | ( | const DataKeyElement & | element | ) | const |
| bool BUSBOY::DataKeyElement::operator< | ( | const DataKeyElement & | element | ) | const |
| DataKeyElement & BUSBOY::DataKeyElement::operator= | ( | const DataKeyElement & | element | ) |
| bool BUSBOY::DataKeyElement::operator== | ( | const DataKeyElement & | element | ) | const |
| std::string BUSBOY::DataKeyElement::str | ( | ) | const |
|
static |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.