libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
qi::ArgumentTransformation Struct Reference

#include <anyfunction.hpp>

Public Member Functions

 ArgumentTransformation (bool dropFirst=false, bool prependValue=false, void *value=0)
 

Public Attributes

bool dropFirst
 
bool prependValue
 
void * boundValue
 

Detailed Description

Definition at line 99 of file anyfunction.hpp.

Constructor & Destructor Documentation

qi::ArgumentTransformation::ArgumentTransformation ( bool  dropFirst = false,
bool  prependValue = false,
void *  value = 0 
)
inline

Definition at line 109 of file anyfunction.hpp.

Member Data Documentation

void* qi::ArgumentTransformation::boundValue

Definition at line 115 of file anyfunction.hpp.

bool qi::ArgumentTransformation::dropFirst

Definition at line 103 of file anyfunction.hpp.

bool qi::ArgumentTransformation::prependValue

Definition at line 105 of file anyfunction.hpp.


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