Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Deprecated/RefList/LADTTEX.C File Reference

Go to the source code of this file.

Compounds

class  List

Functions

int main ()

Variables

const int LIST_SIZE = 10


Function Documentation

int main void   
 

Definition at line 90 of file LADTTEX.C.

00090            { // Create and use a list variable
00091   List<int> L1(15);
00092   List<double> L2;
00093 
00094   L1.append(12);
00095   L2.append(12.0);
00096 }


Variable Documentation

const int LIST_SIZE = 10
 

Definition at line 1 of file LADTTEX.C.


Generated on Sun Oct 14 18:47:27 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001