A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
string.cc
Go to the documentation of this file.
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
ATTRIBUTE_CHECKER_IMPLEMENT_WITH_NAME(Boolean,"bool")
ATTRIBUTE_VALUE_IMPLEMENT_WITH_NAME(double, Double)