mockpp::StringEndsWith< StringType > Class Template Reference
[Parameter Constraints]

Tests if the argument is a string that contains a substring. More...

Inheritance diagram for mockpp::StringEndsWith< StringType >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 StringEndsWith (const StringType &in_substring)
 Constructs the object.
virtual ~StringEndsWith ()
 Destroys the object.
virtual bool eval (const StringType &o) const
 Evaluates the constraint.
virtual String describeTo (String &buffer) const
 Appends the description of this object to the buffer.

Detailed Description

template<typename StringType = mockpp ::String>
class mockpp::StringEndsWith< StringType >

Tests if the argument is a string that contains a substring.

See also:
mockpp::endsWith

Definition at line 47 of file StringEndsWith.h.


Constructor & Destructor Documentation

template<typename StringType = mockpp ::String>
mockpp::StringEndsWith< StringType >::StringEndsWith ( const StringType &  in_substring  )  [inline]

Constructs the object.

Parameters:
in_substring the trailing string

Definition at line 54 of file StringEndsWith.h.


Member Function Documentation

template<typename StringType = mockpp ::String>
virtual String mockpp::StringEndsWith< StringType >::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::SelfDescribing.

Definition at line 83 of file StringEndsWith.h.

template<typename StringType = mockpp ::String>
virtual bool mockpp::StringEndsWith< StringType >::eval ( const StringType &  o  )  const [inline, virtual]

Evaluates the constraint.

Parameters:
o the object against which the constraint is evaluated.
Returns:
true: o meets the constraint,
false if it does not.

Implements mockpp::Constraint< StringType >.

Definition at line 69 of file StringEndsWith.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:07 2010 for mockpp by  doxygen 1.6.1