#include <httpEntityTag.h>
Private Member Functions | |
HTTPEntityTag (const string &text) | |
INLINE | HTTPEntityTag (bool weak, const string &tag) |
INLINE | HTTPEntityTag (const HTTPEntityTag ©) |
INLINE void | operator= (const HTTPEntityTag ©) |
INLINE bool | is_weak () const |
INLINE const string & | get_tag () const |
string | get_string () const |
INLINE bool | strong_equiv (const HTTPEntityTag &other) const |
INLINE bool | weak_equiv (const HTTPEntityTag &other) const |
INLINE bool | operator== (const HTTPEntityTag &other) const |
INLINE bool | operator!= (const HTTPEntityTag &other) const |
INLINE bool | operator< (const HTTPEntityTag &other) const |
INLINE int | compare_to (const HTTPEntityTag &other) const |
INLINE void | output (ostream &out) const |
Private Attributes | |
PUBLISHED | __pad0__: INLINE HTTPEntityTag() |
bool | _weak |
string | _tag |
|
Definition at line 30 of file httpEntityTag.cxx. |
|
|
|
|
|
Referenced by DocumentSpec::compare_to(). |
|
Definition at line 65 of file httpEntityTag.cxx. References _tag. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 33 of file httpEntityTag.h. |
|
Definition at line 55 of file httpEntityTag.h. Referenced by get_string(), and HTTPEntityTag(). |
|
Definition at line 54 of file httpEntityTag.h. Referenced by HTTPEntityTag(). |