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

more::lang::ct_array Class Reference

The runtime representation of an array type. More...

#include <more/lang/ct_type.h>

Inheritance diagram for more::lang::ct_array:

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

Collaboration graph
[legend]
List of all members.

Public Methods


Detailed Description

The runtime representation of an array type.


Constructor & Destructor Documentation

more::lang::ct_array::ct_array ct_type const *    t,
std::size_t   
 

virtual more::lang::ct_array::~ct_array   [virtual]
 


Member Function Documentation

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

Return an ct_type identical to this.

Reimplemented from more::lang::ct_type.

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

Constructor the object at p as a copy of src.

Reimplemented from more::lang::ct_type.

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

Destruct the object at p.

Reimplemented from more::lang::ct_type.

void* more::lang::ct_array::element void *   ,
std::size_t   
const
 

ct_type const* more::lang::ct_array::element_type   const [inline]
 

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

True iff the objects at p0 and p1 are equal.

Reimplemented from more::lang::ct_type.

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

Reimplemented from more::lang::ct_type.

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

Reimplemented from more::lang::ct_type.

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

Print the part of the declaration which succeeds the variable or function name.

Reimplemented from more::lang::ct_type.

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

Print the part of the declaration which precedes the variable or function name.

Reimplemented from more::lang::ct_type.

virtual void more::lang::ct_array::print_object std::ostream &   ,
void *   
const [virtual]
 

Print the object in human readable form.

It is not very important to reimplement this.

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.