v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Types | Public Member Functions | List of all members
testing::ExpectationSet Class Reference

#include <gmock-spec-builders.h>

Public Types

typedef Expectation::Set::const_iterator const_iterator
 
typedef Expectation::Set::value_type value_type
 

Public Member Functions

 ExpectationSet ()
 
 ExpectationSet (internal::ExpectationBase &exp)
 
 ExpectationSet (const Expectation &e)
 
bool operator== (const ExpectationSet &rhs) const
 
bool operator!= (const ExpectationSet &rhs) const
 
ExpectationSetoperator+= (const Expectation &e)
 
int size () const
 
const_iterator begin () const
 
const_iterator end () const
 

Detailed Description

Definition at line 563 of file gmock-spec-builders.h.

Member Typedef Documentation

typedef Expectation::Set::const_iterator testing::ExpectationSet::const_iterator

Definition at line 566 of file gmock-spec-builders.h.

typedef Expectation::Set::value_type testing::ExpectationSet::value_type

Definition at line 569 of file gmock-spec-builders.h.

Constructor & Destructor Documentation

testing::ExpectationSet::ExpectationSet ( )
inline

Definition at line 572 of file gmock-spec-builders.h.

testing::ExpectationSet::ExpectationSet ( internal::ExpectationBase exp)
inline

Definition at line 577 of file gmock-spec-builders.h.

testing::ExpectationSet::ExpectationSet ( const Expectation e)
inline

Definition at line 584 of file gmock-spec-builders.h.

Member Function Documentation

bool testing::ExpectationSet::operator== ( const ExpectationSet rhs) const
inline

Definition at line 593 of file gmock-spec-builders.h.

bool testing::ExpectationSet::operator!= ( const ExpectationSet rhs) const
inline

Definition at line 597 of file gmock-spec-builders.h.

ExpectationSet& testing::ExpectationSet::operator+= ( const Expectation e)
inline

Definition at line 601 of file gmock-spec-builders.h.

int testing::ExpectationSet::size ( ) const
inline

Definition at line 606 of file gmock-spec-builders.h.

const_iterator testing::ExpectationSet::begin ( ) const
inline

Definition at line 608 of file gmock-spec-builders.h.

Referenced by testing::internal::TypedExpectation< F >::After().

Here is the caller graph for this function:

const_iterator testing::ExpectationSet::end ( ) const
inline

Definition at line 609 of file gmock-spec-builders.h.

Referenced by testing::internal::TypedExpectation< F >::After().

Here is the caller graph for this function:


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