IFeatures.cpp
Go to the documentation of this file.00001 /**<!--------------------------------------------------------------------> 00002 @file IFeatures.cpp 00003 @author Travis Fischer (fisch0920@gmail.com) 00004 @date Summer 2008 00005 00006 @brief 00007 Utility base class for managing large amounts of (possibly) optional 00008 functionality in a clean and consistent manner. The template type 00009 'Feature' needs to support bitwise computations. 00010 <!-------------------------------------------------------------------->**/ 00011 00012 #include "IFeatures.h" 00013 00014 // intentionally empty 00015
Generated on 28 Feb 2009 for Milton by
1.5.6