Navigation

Operators and Keywords

Function List:

C++ API

caseless_str Class Reference

#include <caseless-str.h>

List of all members.

Public Types

typedef std::string::iterator iterator
typedef std::string::const_iterator const_iterator

Public Member Functions

 caseless_str (void)
 caseless_str (const std::string &s)
 caseless_str (const char *s)
 caseless_str (const caseless_str &name)
caseless_stroperator= (const caseless_str &pname)
 operator std::string (void) const
bool compare (const std::string &s, size_t limit=std::string::npos) const

Member Typedef Documentation

typedef std::string::iterator caseless_str::iterator

Constructor & Destructor Documentation

caseless_str::caseless_str ( void   )  [inline]
caseless_str::caseless_str ( const std::string &  s  )  [inline]
caseless_str::caseless_str ( const char *  s  )  [inline]
caseless_str::caseless_str ( const caseless_str name  )  [inline]

Member Function Documentation

bool caseless_str::compare ( const std::string &  s,
size_t  limit = std::string::npos 
) const [inline]
caseless_str::operator std::string ( void   )  const [inline]
caseless_str& caseless_str::operator= ( const caseless_str pname  )  [inline]

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