Provides functionality to parse a connection header and retrieve values from it. More...
#include <header.h>
Public Member Functions | |
| bool | getValue (const std::string &key, std::string &value) const |
| Get a value from a parsed header. More... | |
| M_stringPtr | getValues () |
| Returns a shared pointer to the internal map used. More... | |
| Header () | |
| bool | parse (const boost::shared_array< uint8_t > &buffer, uint32_t size, std::string &error_msg) |
| Parse a header out of a buffer of data. More... | |
| bool | parse (uint8_t *buffer, uint32_t size, std::string &error_msg) |
| Parse a header out of a buffer of data. More... | |
| ~Header () | |
Static Public Member Functions | |
| static void | write (const M_string &key_vals, boost::shared_array< uint8_t > &buffer, uint32_t &size) |
Private Attributes | |
| M_stringPtr | read_map_ |
Provides functionality to parse a connection header and retrieve values from it.
| roswrap::Header::Header | ( | ) |
| roswrap::Header::~Header | ( | ) |
| bool roswrap::Header::getValue | ( | const std::string & | key, |
| std::string & | value | ||
| ) | const |
Get a value from a parsed header.
| key | Key value |
| value | OUT – value corresponding to the key if there is one |
|
inline |
| bool roswrap::Header::parse | ( | const boost::shared_array< uint8_t > & | buffer, |
| uint32_t | size, | ||
| std::string & | error_msg | ||
| ) |
Parse a header out of a buffer of data.
| bool roswrap::Header::parse | ( | uint8_t * | buffer, |
| uint32_t | size, | ||
| std::string & | error_msg | ||
| ) |
Parse a header out of a buffer of data.
|
static |
|
private |