lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
00001 /*****************************************************/ 00002 /* lean Properties (c) Tobias Zirr 2011 */ 00003 /*****************************************************/ 00004 00005 #ifndef LEAN_PROPERTIES_PROPERTIES 00006 #define LEAN_PROPERTIES_PROPERTIES 00007 00008 namespace lean 00009 { 00013 namespace properties { } 00014 } 00015 00016 #include "property.h" 00017 #include "property_accessors.h" 00018 #include "property_types.h" 00019 #include "property_collection.h" 00020 00021 #endif