A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
string.h
1 #ifndef NS3_STRING_H
2 #define NS3_STRING_H
3 
4 #include <string>
5 #include "attribute-helper.h"
6 
7 namespace ns3 {
8 
19 ATTRIBUTE_VALUE_DEFINE_WITH_NAME (std::string, String);
22 
23 } // namespace ns3
24 
25 
26 #endif /* NS3_STRING_H */
#define ATTRIBUTE_CHECKER_DEFINE(type)
#define ATTRIBUTE_ACCESSOR_DEFINE(type)