MIRA
|
This is the complete list of members for TapeVisitor, including all inherited members.
addChannel(Tape *tape, const Tape::ChannelInfo *channel, Duration first=Duration::nanoseconds(0), Duration last=Duration::infinity()) | TapeVisitor | protected |
at(Duration timeOffset) | TapeVisitor | inline |
begin() | TapeVisitor | inline |
ChannelMap typedef | TapeVisitor | |
end() | TapeVisitor | inline |
findNextOf(Duration startOffset, const std::string &channel) | TapeVisitor | inline |
findNextOf(const iterator &start, const std::string &channel) | TapeVisitor | inline |
findNextOfAnyOf(Duration startOffset, const std::vector< std::string > &channels) | TapeVisitor | inline |
findNextOfAnyOf(const iterator &start, const std::vector< std::string > &channels) | TapeVisitor | inline |
getChannels() const | TapeVisitor | inline |
getFirstMessageTimeOffset() const | TapeVisitor | inline |
getLastMessageTimeOffset() const | TapeVisitor | inline |
getLastMessageTZOffset() const | TapeVisitor | inline |
getMessageCount() const | TapeVisitor | inline |
getStartTime() const | TapeVisitor | inline |
iterator class | TapeVisitor | friend |
mChannels | TapeVisitor | protected |
MessageMap typedef | TapeVisitor | |
mMessages | TapeVisitor | protected |
mStart | TapeVisitor | protected |
reIndex(Tape *tape, bool ignoreStartTime=false) | TapeVisitor | protected |
setStartTime(const Time &start) | TapeVisitor | inline |
visit(Tape *iTape, Duration first=Duration::negativeInfinity(), Duration last=Duration::infinity(), bool ignoreStartTime=false) | TapeVisitor | |
visit(Tape *iTape, const std::vector< std::string > &channels, Duration first=Duration::negativeInfinity(), Duration last=Duration::infinity(), bool ignoreStartTime=false) | TapeVisitor |