Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
cppunit::SimpleString Member List
This is the complete list of members for cppunit::SimpleString, including all inherited members.
- append(const SimpleString &s)
[inline]
- append(const SimpleString &s, size_type pos, size_type n)
[inline]
- append(const value_type *p, size_type n=npos)
[inline]
- append(size_type n, value_type c)
[inline]
- append(const_iterator first, const_iterator last)
[inline]
- assign(const SimpleString &s)
- assign(const SimpleString &s, size_type pos, size_type n)
- assign(const value_type *p, size_type n=npos)
- assign(size_type n, value_type c)
- assign(const_iterator first, const_iterator last)
- at(size_type pos)
- at(size_type pos) const
- begin()
[inline]
- begin() const
[inline]
- c_str() const
[inline]
- capacity() const
[inline]
- compare(const SimpleString &s) const
- compare(const value_type *p) const
- const_iterator typedef
- const_pointer typedef
- const_reference typedef
- copy(value_type *p, size_type n, size_type pos=0) const
- data() const
[inline]
- difference_type typedef
- empty() const
[inline]
- end()
[inline]
- end() const
[inline]
- erase(size_type pos=0, size_type n=npos)
[inline]
- erase(iterator pos)
- erase(iterator first, iterator last)
- frobSize(size_type n)
[protected, static]
- insert(size_type pos, const SimpleString &s)
[inline]
- insert(size_type pos, const SimpleString &s, size_type pos2, size_type n)
[inline]
- insert(size_type pos, const value_type *p, size_type n=npos)
[inline]
- insert(size_type pos, size_type n, value_type c)
[inline]
- insert(iterator pos, value_type c)
- insert(iterator pos, size_type n, value_type c)
[inline]
- insert(iterator pos, const_iterator first, const_iterator last)
[inline]
- iterator typedef
- length() const
[inline]
- m_capacity (defined in cppunit::SimpleString)
[private]
- m_data (defined in cppunit::SimpleString)
[private]
- m_length (defined in cppunit::SimpleString)
[private]
- max_size() const
[inline]
- npos
[static]
- operator+=(const SimpleString &rhs)
[inline]
- operator+=(const value_type *rhs)
[inline]
- operator+=(value_type rhs)
[inline]
- operator=(const SimpleString &rhs)
[inline]
- operator=(const value_type *rhs)
[inline]
- operator=(value_type rhs)
[inline]
- operator[](size_type pos)
[inline]
- operator[](size_type pos) const
[inline]
- pointer typedef
- reference typedef
- replace(size_type pos, size_type n, const SimpleString &s)
- replace(size_type pos, size_type n, const SimpleString &s, size_type pos2, size_type n2)
- replace(size_type pos, size_type n, const value_type *p, size_type n2=npos)
- replace(size_type pos, size_type n, size_type n2, value_type c)
- replace(iterator first, iterator last, const SimpleString &s)
[inline]
- replace(iterator first, iterator last, const value_type *p, size_type n=npos)
[inline]
- replace(iterator first, iterator last, size_type n, value_type c)
[inline]
- replace(iterator first, iterator last, const_iterator first2, const_iterator last2)
- reserve(size_type n=0)
[inline]
- resize(size_type n, value_type c=0)
- SimpleString()
- SimpleString(const SimpleString &s, size_type pos=0, size_type n=npos)
- SimpleString(const value_type *p, size_type n=npos)
- SimpleString(size_type n, value_type c)
- SimpleString(const_iterator first, const_iterator last)
- size() const
[inline]
- size_type typedef
- substr(size_type pos=0, size_type n=npos) const
[inline]
- swap(SimpleString &rhs)
- value_type typedef
- ~SimpleString()
Generated on Sun Mar 31 23:42:08 2002 for CppUnit-x by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001