|
| std::string | faudes::ToStringInteger (Int number) |
| |
| std::string | faudes::ToStringInteger16 (Int number) |
| |
| std::string | faudes::ToStringFloat (Float number) |
| |
| std::string | faudes::ExpandString (const std::string &rString, unsigned int len) |
| |
| std::string | faudes::CollapsString (const std::string &rString, unsigned int len) |
| |
| Idx | faudes::ToIdx (const std::string &rString) |
| |
| std::string | faudes::ToLowerCase (const std::string &rString) |
| |
| std::string | faudes::StringSubstitute (const std::string &rString, const std::string &rFrom, const std::string &rTo) |
| |
| std::string | faudes::VersionString () |
| |
| std::string | faudes::PluginsString () |
| |
| std::string | faudes::ContributorsString () |
| |
| std::string | faudes::BuildString () |
| |
| void | faudes::ProcessDot (const std::string &rDotFile, const std::string &rOutFile, const std::string &rOutFormat, const std::string &rDotExec) |
| |
| bool | faudes::DotReady (const std::string &rDotExec) |
| |
| std::string | faudes::CreateTempFile (void) |
| |
| std::string | faudes::ExtractDirectory (const std::string &rFullPath) |
| |
| std::string | faudes::ExtractFilename (const std::string &rFullPath) |
| |
| std::string | faudes::ExtractBasename (const std::string &rFullPath) |
| |
| std::string | faudes::ExtractSuffix (const std::string &rFullPath) |
| |
| std::string | faudes::PrependPath (const std::string &rLeft, const std::string &rRight) |
| |
| bool | faudes::FileExists (const std::string &rFilename) |
| |
| bool | faudes::FileDelete (const std::string &rFilename) |
| |
| bool | faudes::FileCopy (const std::string &rFromFile, const std::string &rToFile) |
| |
| bool | faudes::DirectoryExists (const std::string &rDirectory) |
| |
| std::set< std::string > | faudes::ReadDirectory (const std::string &rDirectory) |
| |
| void | faudes::Print (int v, const std::string &message) |
| |
| void | faudes::Print (const std::string &message) |
| |
| void | faudes::Verbosity (int v) |
| |
| int | faudes::Verbosity (void) |
| |
| std::string | faudes::TestProtocol (const std::string &rSource) |
| |
| void | faudes::TestProtocol (const std::string &rMessage, const Type &rData, bool full) |
| |
| void | faudes::TestProtocol (const std::string &rMessage, bool data) |
| |
| void | faudes::TestProtocol (const std::string &rMessage, long int data) |
| |
| void | faudes::TestProtocol (const std::string &rMessage, const std::string &rData) |
| |
| bool | faudes::TestProtocol (void) |
| |
| FAUDES_API void | faudes::LoopCallback (bool(*pBreakFnct)(void)) |
| |
| void | faudes::LoopCallback (void) |
| |
C-level utilities functions
Definition in file cfl_utils.h.