A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
string.h
Go to the documentation of this file.
1 #ifndef NS3_STRING_H
2 #define NS3_STRING_H
3 
4 #include <string>
5 #include "attribute-helper.h"
6 
7 namespace ns3 {
8 
18 ATTRIBUTE_VALUE_DEFINE_WITH_NAME (std::string, String);
21 
22 } // namespace ns3
23 
24 
25 #endif /* NS3_STRING_H */
ATTRIBUTE_ACCESSOR_DEFINE(Boolean)
#define ATTRIBUTE_VALUE_DEFINE_WITH_NAME(type, name)
Declare the attribute value class nameValue for underlying class type.
ATTRIBUTE_CHECKER_DEFINE(Boolean)