|
BusBoy
2
|
What elements are included in the keyspace for a given dimension. More...
#include <KeyspaceDimension.h>
Public Member Functions | |
| KeyspaceDimension () | |
| KeyspaceDimension (const KeyspaceDimension &ksd) | |
| KeyspaceDimension (const DataKeyDimension &dim, const std::vector< DataKeyElement > &elements) | |
| DataKeyDimension | getDimension () const |
| std::vector< DataKeyElement > | getElements () const |
| returns the elements in their defined order, e.g. More... | |
| size_t | getElementCount () const |
| DataKeyElement | getElement (size_t index) const |
| std::string | str () const |
| ~KeyspaceDimension () | |
| KeyspaceDimension & | operator= (const KeyspaceDimension &ksd) |
| bool | operator== (const KeyspaceDimension &ksd) const |
| bool | operator!= (const KeyspaceDimension &ksd) const |
| bool | operator< (const KeyspaceDimension &ksd) const |
What elements are included in the keyspace for a given dimension.
Instances are immutable.
| BUSBOY::KeyspaceDimension::KeyspaceDimension | ( | ) |
| BUSBOY::KeyspaceDimension::KeyspaceDimension | ( | const KeyspaceDimension & | ksd | ) |
| BUSBOY::KeyspaceDimension::KeyspaceDimension | ( | const DataKeyDimension & | dim, |
| const std::vector< DataKeyElement > & | elements | ||
| ) |
| BUSBOY::KeyspaceDimension::~KeyspaceDimension | ( | ) |
| DataKeyDimension BUSBOY::KeyspaceDimension::getDimension | ( | ) | const |
| DataKeyElement BUSBOY::KeyspaceDimension::getElement | ( | size_t | index | ) | const |
| size_t BUSBOY::KeyspaceDimension::getElementCount | ( | ) | const |
| std::vector< DataKeyElement > BUSBOY::KeyspaceDimension::getElements | ( | ) | const |
returns the elements in their defined order, e.g.
a series of frames in timestamp order
| bool BUSBOY::KeyspaceDimension::operator!= | ( | const KeyspaceDimension & | ksd | ) | const |
| bool BUSBOY::KeyspaceDimension::operator< | ( | const KeyspaceDimension & | ksd | ) | const |
| KeyspaceDimension & BUSBOY::KeyspaceDimension::operator= | ( | const KeyspaceDimension & | ksd | ) |
| bool BUSBOY::KeyspaceDimension::operator== | ( | const KeyspaceDimension & | ksd | ) | const |
| std::string BUSBOY::KeyspaceDimension::str | ( | ) | const |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.