#define CTL_Class CTL_Locator
	#include CTL_ClassBegin

    	#define CTL_Constructor1 (const std::string), 1
		#define CTL_Method1 void, moo, (const int), 0
        #define CTL_Method2 ctl::location, get, ( const std::string , const utl::any), 2
        #define CTL_Method3 ctl::location, operator(), ( const std::string , const utl::any) const, 2

    #include CTL_ClassEnd

// vim: ft=cpp
