// --------------------------------------------------------------------------- // Name: actTypeTags.h // Product: cv act library // Purpose: TypeTag<> and usibility forward declarations. // // Copyright: (c) 2010 cv cryptovision GmbH // all rights reserved // Licence: The conditions for the use of this software are regulated // in the cv act library licence agreement. // // Autor: Markus Tesche // Date: 09/10/2010 // --------------------------------------------------------------------------- #ifndef ACT_TypeTags_h #define ACT_TypeTags_h namespace act { // // TypeTag<> template struct TypeTag { typedef TypeT Type; }; // // CloneFactory<> template struct CloneFactory; } // namespace act #endif // ACT_TypeTags_h