FNSS C++ library
C++ API for the Fast Network Simulation Setup (FNSS) toolchain
|
This is the complete list of members for fnss::Event, including all inherited members.
addProperties(const PropertyContainer &other) | fnss::PropertyContainer | |
Event(const Quantity &time_=Quantity("0sec", Units::Time)) | fnss::Event | |
getAllProperties() const | fnss::PropertyContainer | |
getProperty(const std::string &name) const | fnss::PropertyContainer | |
getTime() const | fnss::Event | |
hasProperty(const std::string &name) const | fnss::PropertyContainer | |
operator<(const Event &other) const (defined in fnss::Event) | fnss::Event | |
operator<=(const Event &other) const (defined in fnss::Event) | fnss::Event | |
operator>(const Event &other) const (defined in fnss::Event) | fnss::Event | |
operator>=(const Event &other) const (defined in fnss::Event) | fnss::Event | |
removeProperty(const std::string &name) | fnss::PropertyContainer | |
setProperty(const std::string &name, const std::string &value="") | fnss::PropertyContainer | |
setTime(const Quantity &time_) | fnss::Event |