Number Crush  1.0
..
Public Attributes | List of all members
AuthorizedKey Struct Reference

Struct containing all the authorized keys in the struct CMyParam. More...

#include <type.h>

Public Attributes

const std::vector< std::string > VParamChar {"KeyUp", "KeyDown", "KeyLeft", "KeyRight"}
 
const std::vector< std::string > VParamString {"LineColor", "RowColor", "IndexColor", "MyColor"}
 
const std::vector< std::string > VParamUnsigned {"GridSize"}
 

Detailed Description

Struct containing all the authorized keys in the struct CMyParam.

Definition at line 47 of file type.h.

Member Data Documentation

const std::vector<std::string> AuthorizedKey::VParamChar {"KeyUp", "KeyDown", "KeyLeft", "KeyRight"}

List of authorized key for the type char in a struct CMyParam

Definition at line 49 of file type.h.

const std::vector<std::string> AuthorizedKey::VParamString {"LineColor", "RowColor", "IndexColor", "MyColor"}

List of authorized key for the type string in a struct CMyParam

Definition at line 51 of file type.h.

const std::vector<std::string> AuthorizedKey::VParamUnsigned {"GridSize"}

List of authorized key for the type unsigned in a struct CMyParam

Definition at line 53 of file type.h.


The documentation for this struct was generated from the following file: