Go to the source code of this file.
|
auto | all () |
|
std::function< void(query::SnapshotSelector &)> | atTime (Time time) |
|
std::function< void(query::SnapshotSelector &)> | atTimeApprox (Time time, Duration eps) |
|
std::function< void(query::SnapshotSelector &)> | beforeOrAtTime (Time time) |
|
std::function< void(query::SnapshotSelector &)> | beforeTime (Time time, long nElements=1) |
|
std::function< void(query::SnapshotSelector &)> | indexRange (long first, long last) |
|
std::function< void(query::SnapshotSelector &)> | latest () |
|
std::function< void(query::SnapshotSelector &)> | timeRange (Time min, Time max) |
|
auto | withID (const MemoryID &id) |
|
auto | withName (const std::string &name) |
|
auto | withNames (const std::vector< std::string > &names) |
|
template<class StringContainerT > |
auto | withNames (const StringContainerT &names) |
|
template<class IteratorT > |
auto | withNames (IteratorT begin, IteratorT end) |
|
auto | withNamesContaining (const std::string &substring) |
|
auto | withNamesEndingWith (const std::string &suffix) |
|
auto | withNamesMatching (const std::string ®ex) |
|
auto | withNamesStartingWith (const std::string &prefix) |
|