fipa_acl  1.4
Public Member Functions | Public Attributes | List of all members
fipa::acl::envelope::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 65 of file types.h.

Member Function Documentation

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

Definition at line 70 of file types.h.

71  {
72  return name + "<" + data + ">";
73  }
ParameterValue data
Definition: types.h:68

Member Data Documentation

ParameterValue fipa::acl::envelope::Parameter::data

Definition at line 68 of file types.h.

std::string fipa::acl::envelope::Parameter::name

Definition at line 67 of file types.h.


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