armarx::armem::server::ltm::util::fs::detail Namespace Reference

Functions

std::string escapeName (const std::string &segmentName)
 
bool isDateString (const std::string &s)
 
bool isNumberString (const std::string &s)
 
std::string toDayString (const Time &t)
 
std::string toSecondsString (const Time &t)
 
std::string unescapeName (const std::string &escapedName)
 

Variables

const std::map< std::string, std::string > EscapeTable = {{"/", "|"}}
 

Function Documentation

◆ escapeName()

std::string armarx::armem::server::ltm::util::fs::detail::escapeName ( const std::string &  segmentName)

Definition at line 19 of file filesystem.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isDateString()

bool armarx::armem::server::ltm::util::fs::detail::isDateString ( const std::string &  s)

Definition at line 69 of file filesystem.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isNumberString()

bool armarx::armem::server::ltm::util::fs::detail::isNumberString ( const std::string &  s)

Definition at line 56 of file filesystem.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ toDayString()

std::string armarx::armem::server::ltm::util::fs::detail::toDayString ( const Time t)

Definition at line 44 of file filesystem.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ toSecondsString()

std::string armarx::armem::server::ltm::util::fs::detail::toSecondsString ( const Time t)

Definition at line 50 of file filesystem.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unescapeName()

std::string armarx::armem::server::ltm::util::fs::detail::unescapeName ( const std::string &  escapedName)

Definition at line 31 of file filesystem.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ EscapeTable

const std::map<std::string, std::string> EscapeTable = {{"/", "|"}}
inline

Definition at line 14 of file filesystem.h.