Public Member Functions | Private Attributes
List< T > Class Template Reference
Inheritance diagram for List< T >:
Inheritance graph
[legend]
Collaboration diagram for List< T >:
Collaboration graph
[legend]

Public Member Functions

 List ()
 
 List (int s)
 
 ~List ()
 
int size () const
 

Private Attributes

Tv
 
int sz
 

Detailed Description

template<class T>
class List< T >

Definition at line 19 of file Test.C.

Constructor & Destructor Documentation

◆ List() [1/2]

List ( )
inline

Definition at line 26 of file Test.C.

References List< T >::sz, T, and List< T >::v.

◆ List() [2/2]

List ( int  s)
inline

Definition at line 31 of file Test.C.

References s(), List< T >::sz, T, and List< T >::v.

Here is the call graph for this function:

◆ ~List()

~List ( )
inline

Definition at line 36 of file Test.C.

References List< T >::v.

Member Function Documentation

◆ size()

Foam::label size ( ) const
inline

Field Documentation

◆ v

T* v
private

Definition at line 21 of file Test.C.

Referenced by List< T >::List(), and List< T >::~List().

◆ sz

int sz
private

Definition at line 22 of file Test.C.

Referenced by List< T >::List().


The documentation for this class was generated from the following files: