A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
system-path.h File Reference
#include <string>
#include <list>
+ Include dependency graph for system-path.h:
+ This graph shows which files directly or indirectly include this file:

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)