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

#include <anyfunction.hpp>

Public Types

using VectorType = std::vector< T >
 

Public Member Functions

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

Detailed Description

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

Definition at line 19 of file anyfunction.hpp.

Member Typedef Documentation

template<typename T = AnyValue>
using qi::VarArguments< T >::VectorType = std::vector<T>

Definition at line 25 of file anyfunction.hpp.

Constructor & Destructor Documentation

template<typename T = AnyValue>
qi::VarArguments< T >::VarArguments ( )
inline

Definition at line 21 of file anyfunction.hpp.

template<typename T = AnyValue>
qi::VarArguments< T >::VarArguments ( const T &  t)
inline

Definition at line 22 of file anyfunction.hpp.

Member Function Documentation

template<typename T = AnyValue>
VectorType& qi::VarArguments< T >::args ( )
inline

Definition at line 27 of file anyfunction.hpp.

template<typename T = AnyValue>
const VectorType& qi::VarArguments< T >::args ( ) const
inline

Definition at line 28 of file anyfunction.hpp.

template<typename T = AnyValue>
VarArguments& qi::VarArguments< T >::operator() ( const T &  t)
inline

Definition at line 23 of file anyfunction.hpp.


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