ESA JPIP server
0.1
|
Specialization of the HeaderBase
template class with the HeaderName::UNDEFINED
value.
More...
#include <header.h>
Public Member Functions | |
HeaderBase () | |
Empty constructor. More... | |
HeaderBase (const string &name, const string &value) | |
Initializes the header content (name and value). More... | |
Public Attributes | |
string | name |
Header name. More... | |
string | value |
Header value. More... | |
Friends | |
ostream & | operator<< (ostream &out, const HeaderBase &header) |
istream & | operator>> (istream &in, HeaderBase &header) |
Specialization of the HeaderBase
template class with the HeaderName::UNDEFINED
value.
In this case the header name is not fixed, handled by an internal variable. This class is used as base for the class Header
.
|
inline |
Empty constructor.
|
inline |
|
friend |
|
friend |
string http::HeaderBase< HeaderName::UNDEFINED >::name |
Header name.
string http::HeaderBase< HeaderName::UNDEFINED >::value |
Header value.