![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
#include "colony_map.h"
#include "Cpl/Text/FString.h"
#include "Cpl/Type/Traverser.h"
#include <time.h>
Go to the source code of this file.
Classes | |
class | Cpl::Io::File::Api |
This concrete class defines the interface for handling and manipulating entries in the System's File system. More... | |
struct | Cpl::Io::File::Api::Info |
This data structure defines status attributes for a file system entry. More... | |
class | Cpl::Io::File::Api::DirectoryWalker |
This abstract class defines the client interface for walking the contents of a directory, i.e. More... | |
Namespaces | |
namespace | Cpl |
The 'Cpl' namespace is the root name space for the Colony. | |
namespace | Cpl::Io |
The Io namespace provides the base/common interfaces for reading and writing data from/to streams and files. | |
namespace | Cpl::Io::File |
The File namespace provides the base/common interfaces for reading and writing data from/to Files. | |
Macros | |
#define | CPL_IO_FILE_NATIVE_DIR_SEP CPL_IO_FILE_NATIVE_DIR_SEP_MAP |
The platform's native directory separator. | |
#define | CPL_IO_FILE_MAX_NAME CPL_IO_FILE_MAX_NAME_MAP |
The size, in bytes, of the maximum allowed path/file name. | |
Typedefs | |
typedef Cpl::Text::FString< CPL_IO_FILE_MAX_NAME > | Cpl::Io::File::NameString |
This typed FString is guaranteed to be large enough to hold the maximum allowed file system name for the native OS/Platform. | |
struct Cpl::Io::File::Api::Info |
This data structure defines status attributes for a file system entry.
#define CPL_IO_FILE_MAX_NAME CPL_IO_FILE_MAX_NAME_MAP |
The size, in bytes, of the maximum allowed path/file name.
#define CPL_IO_FILE_NATIVE_DIR_SEP CPL_IO_FILE_NATIVE_DIR_SEP_MAP |
The platform's native directory separator.