Struct containing all the authorized keys in the struct CMyParam.
More...
#include <type.h>
|
const std::vector< std::string > | VParamChar {"KeyUp", "KeyDown", "KeyLeft", "KeyRight", "TokenP1", "TokenP2"} |
|
const std::vector< std::string > | VParamString {"ColorP1", "ColorP2"} |
|
const std::vector< std::string > | VParamUnsigned {"NbRow", "NbColumn"} |
|
Struct containing all the authorized keys in the struct CMyParam.
Definition at line 37 of file type.h.
const std::vector<std::string> AuthorizedKey::VParamChar {"KeyUp", "KeyDown", "KeyLeft", "KeyRight", "TokenP1", "TokenP2"} |
List of authorized key for the type char in a struct CMyParam
Definition at line 39 of file type.h.
const std::vector<std::string> AuthorizedKey::VParamString {"ColorP1", "ColorP2"} |
List of authorized key for the type string in a struct CMyParam
Definition at line 41 of file type.h.
const std::vector<std::string> AuthorizedKey::VParamUnsigned {"NbRow", "NbColumn"} |
List of authorized key for the type unsigned in a struct CMyParam
Definition at line 43 of file type.h.
The documentation for this struct was generated from the following file: