fipa_acl  1.4
grammar_common.cpp
Go to the documentation of this file.
1 #include "grammar_common.h"
2 namespace fipa {
3 
4 phoenix::function<extractFromCodetableImpl> extractFromCodetable;
5 phoenix::function<buildStringImpl> buildString;
6 phoenix::function<concatStringsWithSeparatorImpl> concatStringsWithSeparator;
7 phoenix::function<printImpl> print;
8 
9 phoenix::function<convertDigitsToHexImpl> convertDigitsToHex;
10 phoenix::function<convertToStringImpl> convertToString;
11 phoenix::function<convertToCharVectorImpl> convertToCharVector;
12 phoenix::function<convertToNativeShortImpl> lazy_ntohs;
13 phoenix::function<convertToNativeLongImpl> lazy_ntohl;
14 phoenix::function<createAgentIDImpl> createAgentID;
15 phoenix::function<convertStringToNumberImpl> convertStringToNumber;
16 phoenix::function<digitPaddingBytesImpl> digitPaddingBytes;
17 
18 phoenix::function<convertToTimeImpl> convertToTime;
19 phoenix::function<convertToBaseTimeImpl> convertToBaseTime;
20 phoenix::function<convertToNumberTokenImpl> convertToNumberToken;
21 
22 
23 typedef std::string::const_iterator iterator_type;
24 
25 namespace acl {
26 namespace grammar {
27 
28 template struct Index<iterator_type>;
29 template struct Len8<iterator_type>;
30 template struct Len16<iterator_type>;
31 template struct Len32<iterator_type>;
32 template struct StringLiteral<iterator_type>;
33 template struct StringLiteralTerminated<iterator_type>;
34 template struct ByteLengthEncodedStringTerminated<iterator_type>;
35 template struct NullTerminatedString<iterator_type>;
36 template struct CodedNumber<iterator_type>;
37 template struct Digits<iterator_type>;
38 template struct Word<iterator_type>;
39 template struct DateTime<iterator_type>;
40 
41 } // end namespace acl
42 } // end namespace bitefficient
43 } // end namespace fipa
phoenix::function< concatStringsWithSeparatorImpl > concatStringsWithSeparator
phoenix::function< convertToCharVectorImpl > convertToCharVector
phoenix::function< digitPaddingBytesImpl > digitPaddingBytes
phoenix::function< convertToNativeShortImpl > lazy_ntohs
phoenix::function< printImpl > print
std::string::const_iterator iterator_type
phoenix::function< convertStringToNumberImpl > convertStringToNumber
phoenix::function< convertToStringImpl > convertToString
phoenix::function< createAgentIDImpl > createAgentID
phoenix::function< convertToTimeImpl > convertToTime
phoenix::function< convertDigitsToHexImpl > convertDigitsToHex
phoenix::function< convertToBaseTimeImpl > convertToBaseTime
phoenix::function< convertToNativeLongImpl > lazy_ntohl
phoenix::function< buildStringImpl > buildString
phoenix::function< convertToNumberTokenImpl > convertToNumberToken
phoenix::function< extractFromCodetableImpl > extractFromCodetable