#include "fxdefs.h"
#include "FXString.h"
#include "FXGenericTools.h"
Namespaces | |
namespace | FX |
Classes | |
struct | FX::timeval |
A duplicate of the BSD timeval structure. More... | |
class | FX::FXProcess |
Provides process-wide information and control. More... | |
struct | FX::FXProcess::MappedFileInfo |
A structure containing information about a mapped file. More... | |
class | FX::FXProcess::dllHandle |
struct | FX::FXProcess::MountablePartition |
Information about a mountable partition. More... | |
class | FX::FXProcess_StaticInit< type > |
Lets you initialise static data in an orderly fashion. More... | |
class | FX::FXProcess_MemLock |
Prevents a region from being paged out for the duration of its existence. More... | |
Defines | |
#define | FXPROCESS_UNIQUENAME3(var, no) |
#define | FXPROCESS_UNIQUENAME2(var, no) |
#define | FXPROCESS_UNIQUENAME(var) |
#define | FXPROCESS_STATICDEP(var, textname) |
Typedefs | |
typedef struct FX::timeval | FX::timeval |
#define FXPROCESS_STATICDEP | ( | var, | |||
textname | ) |
Defines a dependency between the specified static data and some other.