fipa_acl  1.4
message_printer.h
Go to the documentation of this file.
1 #ifndef __FIPAACL_MESSAGEPARSER_MSGPRINTER_H_
2 #define __FIPAACL_MESSAGEPARSER_MSGPRINTER_H_
3 
4 #include <fipa_acl/message_parser/types.h>
5 
6 namespace fipa { namespace acl {
7 
12 {
13 public:
16 
21  void print(const fipa::acl::Message& msg) const;
22 };
23 
24 }} // namespace fipa::acl
25 #endif
26 
Allows printing of a newly constructed fipa::acl::Message.
void print(const fipa::acl::Message &msg) const