v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Classes | Namespaces
gmock-generated-internal-utils.h File Reference
#include "gmock/internal/gmock-port.h"
Include dependency graph for gmock-generated-internal-utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  testing::Matcher< T >
 
class  testing::internal::IgnoredValue
 
struct  testing::internal::MatcherTuple< Tuple >
 
struct  testing::internal::MatcherTuple< ::testing::tuple<> >
 
struct  testing::internal::MatcherTuple< ::testing::tuple< A1 > >
 
struct  testing::internal::MatcherTuple< ::testing::tuple< A1, A2 > >
 
struct  testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3 > >
 
struct  testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4 > >
 
struct  testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5 > >
 
struct  testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6 > >
 
struct  testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7 > >
 
struct  testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8 > >
 
struct  testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9 > >
 
struct  testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > >
 
struct  testing::internal::Function< F >
 
struct  testing::internal::Function< R(A1)>
 
struct  testing::internal::Function< R(A1, A2)>
 
struct  testing::internal::Function< R(A1, A2, A3)>
 
struct  testing::internal::Function< R(A1, A2, A3, A4)>
 
struct  testing::internal::Function< R(A1, A2, A3, A4, A5)>
 
struct  testing::internal::Function< R(A1, A2, A3, A4, A5, A6)>
 
struct  testing::internal::Function< R(A1, A2, A3, A4, A5, A6, A7)>
 
struct  testing::internal::Function< R(A1, A2, A3, A4, A5, A6, A7, A8)>
 
struct  testing::internal::Function< R(A1, A2, A3, A4, A5, A6, A7, A8, A9)>
 
struct  testing::internal::Function< R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)>
 

Namespaces

 testing
 
 testing::internal
 

Class Documentation

struct testing::internal::MatcherTuple

template<typename Tuple>
struct testing::internal::MatcherTuple< Tuple >

Definition at line 69 of file gmock-generated-internal-utils.h.

struct testing::internal::MatcherTuple< ::testing::tuple<> >

template<>
struct testing::internal::MatcherTuple< ::testing::tuple<> >

Definition at line 72 of file gmock-generated-internal-utils.h.

Class Members
typedef ::tuple< > type
struct testing::internal::MatcherTuple< ::testing::tuple< A1 > >

template<typename A1>
struct testing::internal::MatcherTuple< ::testing::tuple< A1 > >

Definition at line 77 of file gmock-generated-internal-utils.h.

Class Members
typedef ::tuple< Matcher< A1 > > type
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2 > >

template<typename A1, typename A2>
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2 > >

Definition at line 82 of file gmock-generated-internal-utils.h.

Class Members
typedef ::tuple< Matcher< A1 >
, Matcher< A2 > >
type
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3 > >

template<typename A1, typename A2, typename A3>
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3 > >

Definition at line 87 of file gmock-generated-internal-utils.h.

Class Members
typedef ::tuple< Matcher< A1 >
, Matcher< A2 >, Matcher< A3 > >
type
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4 > >

template<typename A1, typename A2, typename A3, typename A4>
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4 > >

Definition at line 92 of file gmock-generated-internal-utils.h.

Class Members
typedef ::tuple< Matcher< A1 >
, Matcher< A2 >, Matcher< A3 >
, Matcher< A4 > >
type
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5 > >

template<typename A1, typename A2, typename A3, typename A4, typename A5>
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5 > >

Definition at line 98 of file gmock-generated-internal-utils.h.

Class Members
typedef ::tuple< Matcher< A1 >
, Matcher< A2 >, Matcher< A3 >
, Matcher< A4 >, Matcher< A5 > >
type
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6 > >

template<typename A1, typename A2, typename A3, typename A4, typename A5, typename A6>
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6 > >

Definition at line 105 of file gmock-generated-internal-utils.h.

Class Members
typedef ::tuple< Matcher< A1 >
, Matcher< A2 >, Matcher< A3 >
, Matcher< A4 >, Matcher< A5 >
, Matcher< A6 > >
type
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7 > >

template<typename A1, typename A2, typename A3, typename A4, typename A5, typename A6, typename A7>
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7 > >

Definition at line 112 of file gmock-generated-internal-utils.h.

Class Members
typedef ::tuple< Matcher< A1 >
, Matcher< A2 >, Matcher< A3 >
, Matcher< A4 >, Matcher< A5 >
, Matcher< A6 >, Matcher< A7 > >
type
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8 > >

template<typename A1, typename A2, typename A3, typename A4, typename A5, typename A6, typename A7, typename A8>
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8 > >

Definition at line 119 of file gmock-generated-internal-utils.h.

Class Members
typedef ::tuple< Matcher< A1 >
, Matcher< A2 >, Matcher< A3 >
, Matcher< A4 >, Matcher< A5 >
, Matcher< A6 >, Matcher< A7 >
, Matcher< A8 > >
type
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9 > >

template<typename A1, typename A2, typename A3, typename A4, typename A5, typename A6, typename A7, typename A8, typename A9>
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9 > >

Definition at line 126 of file gmock-generated-internal-utils.h.

Class Members
typedef ::tuple< Matcher< A1 >
, Matcher< A2 >, Matcher< A3 >
, Matcher< A4 >, Matcher< A5 >
, Matcher< A6 >, Matcher< A7 >
, Matcher< A8 >, Matcher< A9 > >
type
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > >

template<typename A1, typename A2, typename A3, typename A4, typename A5, typename A6, typename A7, typename A8, typename A9, typename A10>
struct testing::internal::MatcherTuple< ::testing::tuple< A1, A2, A3, A4, A5, A6, A7, A8, A9, A10 > >

Definition at line 133 of file gmock-generated-internal-utils.h.

Class Members
typedef ::tuple< Matcher< A1 >
, Matcher< A2 >, Matcher< A3 >
, Matcher< A4 >, Matcher< A5 >
, Matcher< A6 >, Matcher< A7 >
, Matcher< A8 >, Matcher< A9 >
, Matcher< A10 > >
type
struct testing::internal::Function

template<typename F>
struct testing::internal::Function< F >

Definition at line 154 of file gmock-generated-internal-utils.h.