#include <MetadataBlock.h>
Public Member Functions | |
MetadataVec (const std::string &name) | |
void | push_back (MetadataBlock *block) |
Wrapper around push_back that takes a vanilla MetadataBlock pointer. | |
Protected Attributes | |
std::string | name_ |
Definition at line 205 of file MetadataBlock.h.
dtn::MetadataVec::MetadataVec | ( | const std::string & | name | ) | [inline] |
Definition at line 207 of file MetadataBlock.h.
void dtn::MetadataVec::push_back | ( | MetadataBlock * | block | ) | [inline] |
Wrapper around push_back that takes a vanilla MetadataBlock pointer.
Definition at line 213 of file MetadataBlock.h.
References name_.
Referenced by dtn::APIClient::handle_send(), and dtn::MetadataBlockProcessor::parse_metadata().
std::string dtn::MetadataVec::name_ [protected] |