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

#include <grammar_common.h>

Classes

struct  result
 

Public Types

typedef void result_type
 

Public Member Functions

template<typename T , typename U >
result_type operator() (T arg0, U arg1) const
 

Detailed Description

Debug output

Definition at line 203 of file grammar_common.h.

Member Typedef Documentation

typedef void printImpl::result_type

Definition at line 205 of file grammar_common.h.

Member Function Documentation

template<typename T , typename U >
result_type printImpl::operator() ( arg0,
arg1 
) const
inline

Definition at line 214 of file grammar_common.h.

215  {
216  printf("%s %s\n", arg0, arg1.c_str());
217  }

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