#include <layer.h>
Public Member Functions | |
template<typename T > | |
void | add (const std::string &key, const T &value) |
const std::vector< std::pair < std::string, std::string > > & | values () const |
Private Attributes | |
std::vector< std::pair < std::string, std::string > > | values_ |
void canopen::LayerReport::add | ( | const std::string & | key, |
const T & | value | ||
) | [inline] |
const std::vector<std::pair<std::string, std::string> >& canopen::LayerReport::values | ( | ) | const [inline] |
std::vector<std::pair<std::string, std::string> > canopen::LayerReport::values_ [private] |