libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
qi::VarArguments< AnyValue > Class Template Reference

#include <anyfunction.hpp>

Public Types

using VectorType = std::vector< AnyValue >
 

Public Member Functions

 VarArguments ()
 
 VarArguments (const AutoAnyReference &t)
 
VarArgumentsoperator() (const AutoAnyReference &t)
 
VectorTypeargs ()
 
const VectorTypeargs () const
 

Detailed Description

template<>
class qi::VarArguments< AnyValue >

Definition at line 35 of file anyfunction.hpp.

Member Typedef Documentation

using qi::VarArguments< AnyValue >::VectorType = std::vector<AnyValue>

Definition at line 41 of file anyfunction.hpp.

Constructor & Destructor Documentation

Definition at line 37 of file anyfunction.hpp.

Definition at line 63 of file anyfunction.hpp.

Member Function Documentation

VectorType& qi::VarArguments< AnyValue >::args ( )
inline

Definition at line 43 of file anyfunction.hpp.

const VectorType& qi::VarArguments< AnyValue >::args ( ) const
inline

Definition at line 44 of file anyfunction.hpp.

VarArguments< AnyValue > & qi::VarArguments< AnyValue >::operator() ( const AutoAnyReference t)
inline

Definition at line 67 of file anyfunction.hpp.


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