Resolve/C++ Catalog
CI/Id_Name_Table/2.h
Copyright © 2010, Reusable Software Research Group, The Ohio State University

//  /*-------------------------------------------------------------------*\
//  |   Concrete Instance : Id_Name_Table_2
//  \*-------------------------------------------------------------------*/

#ifndef CI_ID_NAME_TABLE_2
#define CI_ID_NAME_TABLE_2 1

///---------------------------------------------------------------------
/// Global Context -----------------------------------------------------
///---------------------------------------------------------------------

#include "CT/Id_Name_Table/Kernel_2.h"

///---------------------------------------------------------------------
/// Interface ----------------------------------------------------------
///---------------------------------------------------------------------

concrete_instance
class Id_Name_Table_2 :
    instantiates
	Id_Name_Table_Kernel_2 <>
{};

//----------------------------------------------------------------------

#endif // CI_ID_NAME_TABLE_2

Last modified: Thu Jan 11 17:05:57 EST 2007