eLynx SDK
v3.0.1 C++ image processing API reference |
#include <string>
#include <vector>
#include "CoreLib.h"
#include "CoreOS.h"
Go to the source code of this file.
Namespaces | |
namespace | eLynx |
Functions | |
ExportedByCore void | eLynx::elxMakePath (const std::string &iPath) |
ExportedByCore bool | eLynx::elxIsPath (const std::string &iPath) |
ExportedByCore void | eLynx::elxGetFileList (const std::string &iTarget, std::vector< std::string > &oFileList) |
File module methods. | |
ExportedByCore bool | eLynx::elxLoadModule (const char *iprFilename, ModuleId &oModule) |
ExportedByCore void | eLynx::elxUnloadModule (ModuleId &ioModule) |
ExportedByCore void * | eLynx::elxResolveSymbol (const ModuleId &iModule, const char *iprSymbolName) |
Path methods. | |
ExportedByCore bool | eLynx::elxIsPath (const char *iprPath) |
ExportedByCore bool | eLynx::elxMakePath (const char *iprPath) |
ExportedByCore bool | eLynx::elxDeletePath (const char *iprPath) |
Filename methods. | |
ExportedByCore bool | eLynx::elxSplitFilename (const char *iprFilename, char *oprPath, char *oprName, char *oprExt) |
ExportedByCore void | eLynx::elxSplitFilename (const std::string &iFilename, std::string &oPath, std::string &oName, std::string &oExt) |
ExportedByCore bool | eLynx::elxGetFilePath (const char *iprFilename, char *oprPath) |
ExportedByCore const char * | eLynx::elxGetFileNameExt (const char *iprFilename) |
ExportedByCore bool | eLynx::elxGetFileName (const char *iprFilename, char *oprName) |
ExportedByCore const char * | eLynx::elxGetFileExt (const char *iprFilename) |
ExportedByCore char * | eLynx::elxGetFileExt (char *iprFilename) |
ExportedByCore bool | eLynx::elxCheckFileExt (const char *iprFilename, const char *iprExt, bool ibCase=true) |
ExportedByCore void | eLynx::elxForceFilename (char *ioprFilename) |
ExportedByCore void | eLynx::elxForceFilename (std::string &ioFilename) |
File methods. | |
typedef bool(* | eLynx::elxFileEnumCB )(const char *iprFilename, void *iprUserData) |
ExportedByCore bool | eLynx::elxIsFileExist (const char *iprFilename) |
ExportedByCore bool | eLynx::elxDeleteFile (const char *iprFilename) |
ExportedByCore void | eLynx::elxEnumerateFile (const char *iprTarget, elxFileEnumCB ifnCallback, void *iprUserData) |