libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include "moTypes.h"
#include "moAbstract.h"
#include "moText.h"
#include "moResourceManager.h"
#include "moBuckets.h"
#include "moParam.h"
Go to the source code of this file.
Classes | |
class | moFile |
class | moDirectory |
class | moFileManager |
Manejador de archivos. More... | |
Typedefs | |
typedef long | moFileDate |
typedef long | moFileSize |
typedef moDirectoryArray | moDirectories |
Functions | |
moDeclareExportedDynamicArray (moFile *, moFileArray) | |
moDeclareExportedDynamicArray (moDirectory *, moDirectoryArray) | |
typedef moDirectoryArray moDirectories |
Definition at line 220 of file moFileManager.h.
typedef long moFileDate |
Definition at line 56 of file moFileManager.h.
typedef long moFileSize |
Definition at line 57 of file moFileManager.h.
enum moFileStatus |
Estado del archivo
Enumerator | |
---|---|
MO_FILESTATUS_READY | |
MO_FILESTATUS_DOWNLOADING | |
MO_FILESTATUS_STREAMING | |
MO_FILESTATUS_NOT_READY |
Definition at line 82 of file moFileManager.h.
enum moFileType |
Los distintos tipos de accesos a los archivos soportados por el moFileManager
Enumerator | |
---|---|
MO_FILETYPE_LOCAL | |
MO_FILETYPE_HTTP | |
MO_FILETYPE_FTP | |
MO_FILETYPE_HTTPS | |
MO_FILETYPE_FTPS | |
MO_FILETYPE_UDP | |
MO_FILETYPE_UTP |
Definition at line 46 of file moFileManager.h.
moDeclareExportedDynamicArray | ( | moFile * | , |
moFileArray | |||
) |
moDeclareExportedDynamicArray | ( | moDirectory * | , |
moDirectoryArray | |||
) |