C++ API Reference
|
This is the complete list of members for Stream, including all inherited members.
begin() | Stream | |
cbegin() const | Stream | |
cend() const | Stream | |
clear() | Stream | |
Debug(const Stream *me, Debug::Print &request) | Stream | static |
Debug(const Stream *me, Debug::Footprint &request) | Stream | static |
DeclareObjectCounter(Stream) | Stream | |
element(Index elementIndex) | Stream | |
elementCount() const | Stream | |
end() | Stream | |
hasElement(Index elementIndex) const | Stream | |
indexType() const | Stream | |
makeUnique() | Stream | |
mergeStream(const Stream &streamEdits) | Stream | |
name() const | Stream | |
operator=(const Stream &) | Stream | |
operator==(const Stream &) const | Stream | |
reindexElement(Index oldIndex, Index newIndex) | Stream | |
removeElement(Index elementIndex) | Stream | |
setElement(Index elementIndex, const Handle &newElement) | Stream | |
setElementRange(Index firstEl, Index lastEl) | Stream | |
setIndexType(const std::string &indexTypeName) | Stream | |
setStructure(const Structure &newStructure) | Stream | |
setUseDefaults(bool useTheDefaults) | Stream | |
Stream(const Stream &) | Stream | |
Stream(const Structure &dataStructure, const std::string &streamName) | Stream | |
structure() const | Stream | |
swapElements(Index oldIndex, Index newIndex) | Stream | |
useDefaults() const | Stream | |
useDenseStorage(bool isDataDense) | Stream | |
~Stream() | Stream |