Mercurial > hg > classical
view common/TypeRegistrar.h @ 44:ed2befdf1e98
* Index for feature files (e.g. generated by Sonic Annotator)
author | Chris Cannam |
---|---|
date | Mon, 10 May 2010 17:33:00 +0100 |
parents | 7d8a6167febb |
children |
line wrap: on
line source
#ifndef _TYPE_REGISTRAR_H_ #define _TYPE_REGISTRAR_H_ namespace Dataquay { class BasicStore; class TypeMapping; } namespace ClassicalData { class TypeRegistrar { public: static void registerTypes(); static void addMappings(Dataquay::BasicStore *, Dataquay::TypeMapping *); }; } #endif