mockpp::TypelessStubSequence< R > Class Template Reference
[Stubs]

Use one stub after the other from a sequence. More...

Inheritance diagram for mockpp::TypelessStubSequence< R >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

template<typename P >
 TypelessStubSequence (P start, P end)
 Constructs the object.
virtual ~TypelessStubSequence ()
 Destroys the object.
virtual R typelessInvoke ()
 Mock the invocation without passing parameters.
virtual String describeTo (String &buffer) const
 Appends the description of this object to the buffer.

Detailed Description

template<typename R>
class mockpp::TypelessStubSequence< R >

Use one stub after the other from a sequence.

See also:
mockpp::throwException

Definition at line 49 of file TypelessStubSequence.h.


Constructor & Destructor Documentation

template<typename R >
template<typename P >
mockpp::TypelessStubSequence< R >::TypelessStubSequence ( start,
end 
) [inline]

Constructs the object.

Parameters:
start interator for starting element
end interator for trailing element

Definition at line 58 of file TypelessStubSequence.h.


Member Function Documentation

template<typename R >
virtual String mockpp::TypelessStubSequence< R >::describeTo ( String buffer  )  const [inline, virtual]

Appends the description of this object to the buffer.

Parameters:
buffer The buffer that the description is appended to.
Returns:
The current content of the buffer data

Implements mockpp::TypelessStub< R >.

Definition at line 92 of file TypelessStubSequence.h.

template<typename R >
virtual R mockpp::TypelessStubSequence< R >::typelessInvoke (  )  [inline, virtual]

Mock the invocation without passing parameters.

Returns:
return value from mocked invocation

Implements mockpp::TypelessStub< R >.

Definition at line 76 of file TypelessStubSequence.h.


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

Generated on Tue Jan 5 09:49:04 2010 for mockpp by  doxygen 1.6.1