Go to the source code of this file.
Classes | |
class | asdm::ByteOrder |
A class to represent byte order information. More... | |
Namespaces | |
namespace | asdm |
<------------------- | |
Defines | |
#define | ByteSwap5(x) |
Swap bytes. | |
Functions | |
bool | asdm::directoryExists (const char *dir) |
Some utility methods to manipulate directories. | |
bool | asdm::createDirectory (const char *dir) |
Creates the specified directory. | |
bool | asdm::createPath (const char *path) |
Creates a complete path. | |
void | asdm::ByteSwap (unsigned char *b, int n) |
string | asdm::uniqSlashes (const string &s) |
Return a string whose content is equal to the content of s but with all the repetitions of '/' characters replaced by a unique '/'. |