# | Line 10 | Line 10 | |
---|---|---|
10 | ||
11 | class Pattern { | |
12 | public: | |
13 | < | typedef std::vector< std::pair <uint32_t, unsigned int > > DataType; |
13 | > | //typedef std::vector< std::pair <uint32_t, unsigned int > > DataType; |
14 | > | typedef std::map<uint32_t, unsigned int > DataType; |
15 | ||
16 | Pattern() {} | |
17 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |