#include <string>
#include <list>
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
ns3::SystemPath | |
Encapsulate OS-specific functions to manipulate file and directory paths. | |
Functions | |
std::string | ns3::SystemPath::Append (std::string left, std::string right) |
std::string | ns3::SystemPath::FindSelfDirectory (void) |
std::string | ns3::SystemPath::Join (std::list< std::string >::const_iterator begin, std::list< std::string >::const_iterator end) |
void | ns3::SystemPath::MakeDirectories (std::string path) |
std::string | ns3::SystemPath::MakeTemporaryDirectoryName (void) |
std::list< std::string > | ns3::SystemPath::ReadFiles (std::string path) |
std::list< std::string > | ns3::SystemPath::Split (std::string path) |