Public Member Functions | Public Attributes

fst::script::args::Package< T1, T2, T3, T4, T5, T6, none_type, none_type, none_type > Struct Template Reference

6 args More...

#include <fst/script/arg-packs.h>

List of all members.

Public Member Functions

 Package (T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6)

Public Attributes

T1 arg1
T2 arg2
T3 arg3
T4 arg4
T5 arg5
T6 arg6

Detailed Description

template<class T1, class T2, class T3, class T4, class T5, class T6>
struct fst::script::args::Package< T1, T2, T3, T4, T5, T6, none_type, none_type, none_type >

6 args

Definition at line 135 of file arg-packs.h.


Constructor & Destructor Documentation

template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 >
fst::script::args::Package< T1, T2, T3, T4, T5, T6, none_type, none_type, none_type >::Package ( T1  arg1,
T2  arg2,
T3  arg3,
T4  arg4,
T5  arg5,
T6  arg6 
) [inline]

Definition at line 144 of file arg-packs.h.


Member Data Documentation

template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 >
T1 fst::script::args::Package< T1, T2, T3, T4, T5, T6, none_type, none_type, none_type >::arg1

Definition at line 137 of file arg-packs.h.

template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 >
T2 fst::script::args::Package< T1, T2, T3, T4, T5, T6, none_type, none_type, none_type >::arg2

Definition at line 138 of file arg-packs.h.

template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 >
T3 fst::script::args::Package< T1, T2, T3, T4, T5, T6, none_type, none_type, none_type >::arg3

Definition at line 139 of file arg-packs.h.

template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 >
T4 fst::script::args::Package< T1, T2, T3, T4, T5, T6, none_type, none_type, none_type >::arg4

Definition at line 140 of file arg-packs.h.

template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 >
T5 fst::script::args::Package< T1, T2, T3, T4, T5, T6, none_type, none_type, none_type >::arg5

Definition at line 141 of file arg-packs.h.

template<class T1 , class T2 , class T3 , class T4 , class T5 , class T6 >
T6 fst::script::args::Package< T1, T2, T3, T4, T5, T6, none_type, none_type, none_type >::arg6

Definition at line 142 of file arg-packs.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines