fipa_acl  1.4
grammar_string_message.cpp
Go to the documentation of this file.
2 
3 namespace fipa {
4 
5 typedef std::string::const_iterator iterator_type;
6 
7 namespace acl {
8 namespace grammar {
9 namespace string {
10 
11 template struct AgentIdentifier<iterator_type>;
12 template struct AgentIdentifierSet<iterator_type>;
14 template struct Number<iterator_type>;
15 template struct DateTime<iterator_type>;
16 template struct Expression<iterator_type>;
17 template struct Message<iterator_type>;
18 
19 } // end namespace string
20 } // end namespace grammar
21 } // end namespace acl
22 } // end namespace fipa
std::string::const_iterator iterator_type