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::KeywordArguments< T > Class Template Reference

#include <anyfunction.hpp>

Public Member Functions

KeywordArgumentsoperator() (const std::string &name, const T &t)
 

Public Attributes

std::map< std::string, T > values
 

Detailed Description

template<typename T = AnyValue>
class qi::KeywordArguments< T >

Definition at line 119 of file anyfunction.hpp.

Member Function Documentation

template<typename T = AnyValue>
KeywordArguments& qi::KeywordArguments< T >::operator() ( const std::string &  name,
const T &  t 
)
inline

Definition at line 121 of file anyfunction.hpp.

Member Data Documentation

template<typename T = AnyValue>
std::map<std::string, T> qi::KeywordArguments< T >::values

Definition at line 123 of file anyfunction.hpp.


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