eLynx SDK
v3.0.1 C++ image processing API reference |
#include <string>
#include "elx/core/CoreLib.h"
#include "elx/core/CoreTypes.h"
Go to the source code of this file.
Classes | |
struct | eLynx::ProgramOption |
Program Option. More... | |
Namespaces | |
namespace | eLynx |
Enumerations | |
enum | eLynx::EOptionArgFlag { eLynx::OA_NO_ARG = 0, eLynx::OA_HAS_ARG = 1, eLynx::OAF_Unset = 0, eLynx::OAF_Optional = 1, eLynx::OAF_Mandatory = 2 } |
Enum to specify optional and mandarory command options. More... | |
Functions | |
ExportedByCore uint32 | eLynx::elxGetOptions (int32 iArgc, char **iArgv, ProgramOption *ioOptions, uint32 iSize) |