fipa_acl  1.4
grammar_bitefficient.cpp
Go to the documentation of this file.
1 #include "grammar_bitefficient.h"
7 namespace fipa {
8 
9 typedef std::string::const_iterator iterator_type;
10 
11 namespace acl {
12 namespace bitefficient {
13 
14 template struct EndOfCollection<iterator_type>;
15 template struct BinNumber<iterator_type>;
16 template struct BinDateTime<iterator_type>;
17 template struct BinStringNoCodetable<iterator_type>;
18 template struct BinStringCodetable<iterator_type>;
19 template struct BinString<iterator_type>;
20 template struct BinWord<iterator_type>;
21 template struct BinExpression<iterator_type>;
22 template struct UserdefinedParameter<iterator_type>;
23 template struct AgentIdentifier<iterator_type>;
24 template struct Message<iterator_type>;
25 
26 } // end namespace bitefficient
27 } // end namespace acl
28 } // end namespace fipa
std::string::const_iterator iterator_type
Definition for AgentIdentifier.
Definition: agent_id.h:30
Foundation of Physical Intelligent Agents.
Definition: conversation.cpp:6