functional_attribute.h

Go to the documentation of this file.
00001 
00002 
00003 #ifndef FUNCTIONAL_ATTRIBUTE_DEFINED
00004 #define FUNCTIONAL_ATTRIBUTE_DEFINED
00005 
00006 namespace class_def {
00007 
00010   class functional_attribute : public attribute {
00011   public:
00012     virtual const char *get_class_name() const { 
00013       return "class_def::functional_attribute";
00014     }
00015   };
00016 }
00017 
00018 #endif

Generated on Tue Jul 14 12:22:31 2009 for cstpp by  doxygen 1.5.1