00001 namespace more {
00002 struct property_group {
00003 struct property {
00004 std::string identifier;
00005 unsigned int index;
00006 unsigned int size;
00007 }
00008 private:
00009 std::vector<property>;
00010 }
00011 }