Monero
Loading...
Searching...
No Matches
std::tr1::tuple<> Class Template Reference

#include <gtest-tuple.h>

Public Member Functions

 tuple ()
 tuple (GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, GTEST_BY_REF_(T8) f8, GTEST_BY_REF_(T9) f9)
 tuple (const tuple &t)
template<GTEST_10_TYPENAMES_(U)>
 tuple (const GTEST_10_TUPLE_(U)&t)
tupleoperator= (const tuple &t)
template<GTEST_10_TYPENAMES_(U)>
tupleoperator= (const GTEST_10_TUPLE_(U)&t)
template<GTEST_10_TYPENAMES_(U)>
GTEST_DECLARE_TUPLE_AS_FRIEND_ tupleCopyFrom (const GTEST_10_TUPLE_(U)&t)
 tuple ()
 tuple (GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7, GTEST_BY_REF_(T8) f8, GTEST_BY_REF_(T9) f9)
 tuple (const tuple &t)
template<GTEST_10_TYPENAMES_(U)>
 tuple (const GTEST_10_TUPLE_(U)&t)
tupleoperator= (const tuple &t)
template<GTEST_10_TYPENAMES_(U)>
tupleoperator= (const GTEST_10_TUPLE_(U)&t)
template<GTEST_10_TYPENAMES_(U)>
GTEST_DECLARE_TUPLE_AS_FRIEND_ tupleCopyFrom (const GTEST_10_TUPLE_(U)&t)

Public Attributes

T0 f0_
T1 f1_
T2 f2_
T3 f3_
T4 f4_
T5 f5_
T6 f6_
T7 f7_
T8 f8_
T9 f9_

Friends

template<int k>
class gtest_internal::Get
template<int k>
class gtest_internal::Get

Constructor & Destructor Documentation

◆ tuple() [1/8]

template<GTEST_10_TYPENAMES_(T)>
std::tr1::tuple<>::tuple ( )
inline

◆ tuple() [2/8]

template<GTEST_10_TYPENAMES_(T)>
std::tr1::tuple<>::tuple ( GTEST_BY_REF_(T0) f0,
GTEST_BY_REF_(T1) f1,
GTEST_BY_REF_(T2) f2,
GTEST_BY_REF_(T3) f3,
GTEST_BY_REF_(T4) f4,
GTEST_BY_REF_(T5) f5,
GTEST_BY_REF_(T6) f6,
GTEST_BY_REF_(T7) f7,
GTEST_BY_REF_(T8) f8,
GTEST_BY_REF_(T9) f9 )
inlineexplicit

◆ tuple() [3/8]

template<GTEST_10_TYPENAMES_(T)>
std::tr1::tuple<>::tuple ( const tuple<> & t)
inline

◆ tuple() [4/8]

template<GTEST_10_TYPENAMES_(T)>
template<GTEST_10_TYPENAMES_(U)>
std::tr1::tuple<>::tuple ( const GTEST_10_TUPLE_(U)& t)
inline

◆ tuple() [5/8]

template<GTEST_10_TYPENAMES_(T)>
std::tr1::tuple<>::tuple ( )
inline

◆ tuple() [6/8]

template<GTEST_10_TYPENAMES_(T)>
std::tr1::tuple<>::tuple ( GTEST_BY_REF_(T0) f0,
GTEST_BY_REF_(T1) f1,
GTEST_BY_REF_(T2) f2,
GTEST_BY_REF_(T3) f3,
GTEST_BY_REF_(T4) f4,
GTEST_BY_REF_(T5) f5,
GTEST_BY_REF_(T6) f6,
GTEST_BY_REF_(T7) f7,
GTEST_BY_REF_(T8) f8,
GTEST_BY_REF_(T9) f9 )
inlineexplicit

◆ tuple() [7/8]

template<GTEST_10_TYPENAMES_(T)>
std::tr1::tuple<>::tuple ( const tuple<> & t)
inline

◆ tuple() [8/8]

template<GTEST_10_TYPENAMES_(T)>
template<GTEST_10_TYPENAMES_(U)>
std::tr1::tuple<>::tuple ( const GTEST_10_TUPLE_(U)& t)
inline

Member Function Documentation

◆ CopyFrom() [1/2]

◆ CopyFrom() [2/2]

◆ operator=() [1/4]

template<GTEST_10_TYPENAMES_(T)>
template<GTEST_10_TYPENAMES_(U)>
tuple & std::tr1::tuple<>::operator= ( const GTEST_10_TUPLE_(U)& t)
inline

◆ operator=() [2/4]

template<GTEST_10_TYPENAMES_(T)>
template<GTEST_10_TYPENAMES_(U)>
tuple & std::tr1::tuple<>::operator= ( const GTEST_10_TUPLE_(U)& t)
inline

◆ operator=() [3/4]

template<GTEST_10_TYPENAMES_(T)>
tuple & std::tr1::tuple<>::operator= ( const tuple<> & t)
inline

◆ operator=() [4/4]

template<GTEST_10_TYPENAMES_(T)>
tuple & std::tr1::tuple<>::operator= ( const tuple<> & t)
inline

◆ gtest_internal::Get [1/2]

template<GTEST_10_TYPENAMES_(T)>
template<int k>
friend class gtest_internal::Get
friend

◆ gtest_internal::Get [2/2]

template<GTEST_10_TYPENAMES_(T)>
template<int k>
class gtest_internal::Get
friend

Member Data Documentation

◆ f0_

template<GTEST_10_TYPENAMES_(T)>
T0 std::tr1::tuple<>::f0_

◆ f1_

template<GTEST_10_TYPENAMES_(T)>
T1 std::tr1::tuple<>::f1_

◆ f2_

template<GTEST_10_TYPENAMES_(T)>
T2 std::tr1::tuple<>::f2_

◆ f3_

template<GTEST_10_TYPENAMES_(T)>
T3 std::tr1::tuple<>::f3_

◆ f4_

template<GTEST_10_TYPENAMES_(T)>
T4 std::tr1::tuple<>::f4_

◆ f5_

template<GTEST_10_TYPENAMES_(T)>
T5 std::tr1::tuple<>::f5_

◆ f6_

template<GTEST_10_TYPENAMES_(T)>
T6 std::tr1::tuple<>::f6_

◆ f7_

template<GTEST_10_TYPENAMES_(T)>
T7 std::tr1::tuple<>::f7_

◆ f8_

template<GTEST_10_TYPENAMES_(T)>
T8 std::tr1::tuple<>::f8_

◆ f9_

template<GTEST_10_TYPENAMES_(T)>
T9 std::tr1::tuple<>::f9_

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