#include <body.h>
List of all members.
Public Member Functions |
| Body () |
| Body (const Body &rhs) |
| Body (Body &&rhs) |
| Body (const char *raw_string) |
| Body (const char *raw_string, size_t length) |
| Body (size_t to_fill, char character) |
| Body (const std::string &std_string) |
| Body (const std::string &std_string, size_t position, size_t length=std::string::npos) |
| Body (std::string &&std_string) |
| Body (std::initializer_list< char > il) |
template<class InputIterator > |
| Body (InputIterator first, InputIterator last) |
Body & | operator= (const Body &rhs) |
Body & | operator= (Body &&rhs) |
Detailed Description
Definition at line 13 of file body.h.
Constructor & Destructor Documentation
cpr::Body::Body |
( |
const char * |
raw_string, |
|
|
size_t |
length |
|
) |
| [inline, explicit] |
cpr::Body::Body |
( |
const std::string & |
std_string, |
|
|
size_t |
position, |
|
|
size_t |
length = std::string::npos |
|
) |
| [inline, explicit] |
template<class InputIterator >
cpr::Body::Body |
( |
InputIterator |
first, |
|
|
InputIterator |
last |
|
) |
| [inline, explicit] |
Member Function Documentation
Body& cpr::Body::operator= |
( |
const Body & |
rhs | ) |
|
Body& cpr::Body::operator= |
( |
Body && |
rhs | ) |
|
The documentation for this class was generated from the following file: