fipa_acl  1.4
Classes | Public Types | Public Member Functions | List of all members
createAgentIDImpl Struct Reference

#include <grammar_common.h>

Classes

struct  result
 

Public Types

typedef fipa::acl::AgentID result_type
 

Public Member Functions

template<typename T >
fipa::acl::AgentID operator() (T arg) const
 

Detailed Description

Definition at line 445 of file grammar_common.h.

Member Typedef Documentation

Definition at line 447 of file grammar_common.h.

Member Function Documentation

template<typename T >
fipa::acl::AgentID createAgentIDImpl::operator() ( arg) const
inline

Definition at line 456 of file grammar_common.h.

457  {
458  return fipa::acl::AgentID(arg);
459  }
Implements the general AgentID functionality, which is present throughout the fipa specifications(FIP...
Definition: agent_id.h:37

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