NAME
OTC_TypeSpec -
Class to aid in the creation of typespec objects for ObjectStore.
SYNOPSIS
#include <OTC/ostore/typespec.hh>
template<class T>
class OTC_TypeSpec
{
public:
static os_typespec* typespec();
};
AUDIENCE
This class is specifically related to the use of the C++ library
interface for ObjectStore, ie. without DML extensions.
DESCRIPTION
This class provides a convenient handle for creating and storing
of typespec objects for ObjectStore. The class only provides a
class declaration, it does not provide any implementation. It is
the users responsibility to provide an implementation.
This header file will automatically be included by OTC/OTC.h
when working in the OSTORE compiler environment.
PUBLIC MEMBERS
static os_typespec* typespec();
Returns a typespec object for type T
.
LIBRARY
OTC
AUTHOR(S)
Graham Dumpleton
COPYRIGHT
Copyright 1993 OTC LIMITED