A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
string.cc
1 #include "string.h"
2 
3 namespace ns3 {
4 
5 ATTRIBUTE_CHECKER_IMPLEMENT_WITH_NAME (String, "std::string");
6 ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME (std::string, String);
7 
8 } // namespace ns3