fipa_acl  1.4
Public Member Functions | Public Attributes | List of all members
fipa::acl::message::Parameter Struct Reference

#include <types.h>

Public Member Functions

std::string toString () const
 

Public Attributes

std::string name
 
ParameterValue data
 

Detailed Description

Definition at line 47 of file types.h.

Member Function Documentation

◆ toString()

std::string fipa::acl::message::Parameter::toString ( ) const
inline

Definition at line 52 of file types.h.

53  {
54  std::string tmp = name;
55  tmp += "<" + boost::apply_visitor(ParameterPrinter(), data) + ">";
56  return tmp;
57  }
ParameterValue data
Definition: types.h:50

Member Data Documentation

◆ data

ParameterValue fipa::acl::message::Parameter::data

Definition at line 50 of file types.h.

◆ name

std::string fipa::acl::message::Parameter::name

Definition at line 49 of file types.h.


The documentation for this struct was generated from the following file: