Inferno  0.2
CPPTree::Array Struct Reference

This is the type of an array that contains the specified number of elements of the specified type. More...

#include <cpptree.hpp>

Inheritance diagram for CPPTree::Array:
[legend]
Collaboration diagram for CPPTree::Array:
[legend]

List of all members.

Public Attributes

NODE_FUNCTIONS_FINAL TreePtr
< Type
element
 the element type
TreePtr< Initialisersize
 evaluates to the size or Uninitialised if not given eg []

Detailed Description

This is the type of an array that contains the specified number of elements of the specified type.

Definition at line 484 of file cpptree.hpp.


Member Data Documentation

the element type

Definition at line 487 of file cpptree.hpp.

evaluates to the size or Uninitialised if not given eg []

Definition at line 488 of file cpptree.hpp.


The documentation for this struct was generated from the following file: