Pointer and type information of a parameter.  
 More...
#include <Parameter.h>
|  | 
| template<typename T > | 
|  | Parameter (T *input) | 
|  | Updates properties with input information.  More... 
 | 
|  | 
|  | Parameter (void *input, const std::type_info *type) | 
|  | Updates properties with input information.  More... 
 | 
|  | 
| std::string | GetType () | 
|  | Returns demangled type information. 
 | 
|  | 
|  | 
| void * | pointer | 
|  | Pointer to the parameter. 
 | 
|  | 
| const std::type_info * | typeinfo | 
|  | Type information of the parameter. 
 | 
|  | 
Pointer and type information of a parameter. 
template<typename T > 
  
  | 
        
          | Parameter::Parameter | ( | T * | input | ) |  |  | inline | 
 
Updates properties with input information. 
- Parameters
- 
  
    | input | Input to be parameterized. |  
 
 
 
  
  | 
        
          | Parameter::Parameter | ( | void * | input, |  
          |  |  | const std::type_info * | type |  
          |  | ) |  |  |  | inline | 
 
Updates properties with input information. 
- Parameters
- 
  
    | input | Pointer to content. |  | type | Pointer type. |  
 
 
 
The documentation for this struct was generated from the following file:
- /home/travis/build/TheMaximum/mania-pp/src/Utils/Parameter.h