EMANE
1.2.1
|
Go to the source code of this file.
Namespaces | |
EMANE | |
Typedefs | |
using | EMANE::ConfigurationNameStringValues = std::pair< std::string, std::vector< std::string > > |
using | EMANE::ConfigurationUpdateRequest = std::vector< ConfigurationNameStringValues > |
using | EMANE::ConfigurationNameAnyValues = std::pair< std::string, std::vector< EMANE::Any > > |
using | EMANE::ConfigurationUpdate = std::vector< ConfigurationNameAnyValues > |
using | EMANE::ConfigurationManifest = std::vector< ConfigurationInfo > |
using | EMANE::ConfigurationValidator = std::function< std::pair< std::string, bool >(const ConfigurationUpdate &update) noexcept > |