Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

more::lang::ct_incomplete Class Reference

A type which can only be passed as a pointer. More...

#include <more/lang/ct_struct.h>

Inheritance diagram for more::lang::ct_incomplete:

Inheritance graph
[legend]
Collaboration diagram for more::lang::ct_incomplete:

Collaboration graph
[legend]
List of all members.

Public Methods


Detailed Description

A type which can only be passed as a pointer.


Constructor & Destructor Documentation

more::lang::ct_incomplete::ct_incomplete char const *    c_name [inline, explicit]
 

Construct a type constructor for an incomplete type with name c_name.


Member Function Documentation

char const* more::lang::ct_incomplete::c_name   const [inline]
 

Return the type name provided at construction.

virtual ct_incomplete* more::lang::ct_incomplete::clone   const [virtual]
 

Return a clone of the type description.

This should never be needed for this subclass.

Reimplemented from more::lang::ct_type.

virtual void more::lang::ct_incomplete::construct_copy void *    p,
void *    src
const [virtual]
 

Throw an exception.

Reimplemented from more::lang::ct_type.

virtual void more::lang::ct_incomplete::destruct void *    p const [virtual]
 

Throw an exception.

Reimplemented from more::lang::ct_type.

virtual bool more::lang::ct_incomplete::equal void *    p0,
void *    p1
const [virtual]
 

Throw an exception.

Reimplemented from more::lang::ct_type.

virtual bool more::lang::ct_incomplete::equal_to ct_type const *    const [virtual]
 

True if the type names are equal.

Reimplemented from more::lang::ct_type.

virtual void more::lang::ct_incomplete::hash hash_type   const [virtual]
 

Trow an exception.

Reimplemented from more::lang::ct_type.

virtual void more::lang::ct_incomplete::print_declaration_post std::ostream &   ,
printopt_type   
const [virtual]
 

Do nothing.

Reimplemented from more::lang::ct_type.

virtual void more::lang::ct_incomplete::print_declaration_pre std::ostream &   ,
printopt_type   
const [virtual]
 

Print the type name.

Reimplemented from more::lang::ct_type.


The documentation for this class was generated from the following file:
Generated on Sat Sep 7 19:12:47 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.