Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

more/gen/property_group.h

Go to the documentation of this file.
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 }

Generated on Sat Sep 7 19:11:14 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.