fipa_acl  1.4
grammar_bitefficient_envelope.cpp
Go to the documentation of this file.
2 
3 namespace fipa {
4 
5 typedef std::string::const_iterator iterator_type;
6 
7 phoenix::function<mergeBaseEnvelopeImpl> mergeBaseEnvelope;
8 
9 namespace acl {
10 namespace bitefficient {
11 
12 template struct Url<iterator_type>;
13 template struct Any<iterator_type>;
14 template struct EnvelopeAgentIdentifier<iterator_type>;
15 template struct ReceivedObject<iterator_type>;
16 template struct Envelope<iterator_type>;
17 
18 } // end namespace bitefficient
19 } // end namespace acl
20 } // end namespace fipa
std::string::const_iterator iterator_type
phoenix::function< mergeBaseEnvelopeImpl > mergeBaseEnvelope