Public Member Functions | Public Attributes
DynList_Int Class Reference

#include <dataStructure.h>

List of all members.

Public Member Functions

bool add_New (int t)
bool add_New_2 (int t)
bool del_Elem (int t)
bool del_Last ()
 DynList_Int (int MaxNum=500)
bool extend (int step=100)
bool is_Full ()
bool is_repeated (int newelem)
 ~DynList_Int ()

Public Attributes

int curMaxNum
int * elems
int extendstep
int nelems

Detailed Description

Definition at line 1081 of file dataStructure.h.


Constructor & Destructor Documentation

DynList_Int::DynList_Int ( int  MaxNum = 500) [inline]

Definition at line 1091 of file dataStructure.h.

Definition at line 1097 of file dataStructure.h.


Member Function Documentation

bool DynList_Int::add_New ( int  t) [inline]

Definition at line 1119 of file dataStructure.h.

bool DynList_Int::add_New_2 ( int  t) [inline]

Definition at line 1139 of file dataStructure.h.

bool DynList_Int::del_Elem ( int  t) [inline]

Definition at line 1167 of file dataStructure.h.

bool DynList_Int::del_Last ( ) [inline]

Definition at line 1189 of file dataStructure.h.

bool DynList_Int::extend ( int  step = 100) [inline]

Definition at line 1100 of file dataStructure.h.

bool DynList_Int::is_Full ( ) [inline]

Definition at line 1162 of file dataStructure.h.

bool DynList_Int::is_repeated ( int  newelem) [inline]

Definition at line 1196 of file dataStructure.h.


Member Data Documentation

Definition at line 1086 of file dataStructure.h.

Definition at line 1084 of file dataStructure.h.

Definition at line 1087 of file dataStructure.h.

Definition at line 1085 of file dataStructure.h.


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


tensor_field_nav_core
Author(s): Lintao Zheng, Kai Xu
autogenerated on Thu Jun 6 2019 19:50:56