My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Friends | List of all members
ptrlist< type_t > Class Template Reference

#include <analysis.h>

Public Member Functions

 ptrlist ()
 
 ~ptrlist ()
 
 ptrlist (const ptrlist &)
 
void add (type_t *)
 
void append (type_t *)
 
void del (type_t *)
 
int length (void)
 
int contains (type_t *)
 
int index (type_t *)
 
type_t * get (int)
 

Friends

class ptrlistiterator< type_t >
 

Detailed Description

template<class type_t>
class ptrlist< type_t >

Definition at line 43 of file analysis.h.

Constructor & Destructor Documentation

template<class type_t >
ptrlist< type_t >::ptrlist ( )

Definition at line 38 of file ptrlist.cpp.

template<class type_t >
ptrlist< type_t >::~ptrlist ( )

Definition at line 55 of file ptrlist.cpp.

template<class type_t >
ptrlist< type_t >::ptrlist ( const ptrlist< type_t > &  p)

Definition at line 46 of file ptrlist.cpp.

Member Function Documentation

template<class type_t>
void ptrlist< type_t >::add ( type_t *  ptr)

Definition at line 67 of file ptrlist.cpp.

Here is the caller graph for this function:

template<class type_t>
void ptrlist< type_t >::append ( type_t *  ptr)

Definition at line 79 of file ptrlist.cpp.

template<class type_t>
int ptrlist< type_t >::contains ( type_t *  ptr)

Definition at line 125 of file ptrlist.cpp.

template<class type_t>
void ptrlist< type_t >::del ( type_t *  ptr)

Definition at line 104 of file ptrlist.cpp.

Here is the caller graph for this function:

template<class type_t >
type_t * ptrlist< type_t >::get ( int  idx)

Definition at line 145 of file ptrlist.cpp.

Here is the caller graph for this function:

template<class type_t>
int ptrlist< type_t >::index ( type_t *  ptr)

Definition at line 135 of file ptrlist.cpp.

template<class type_t >
int ptrlist< type_t >::length ( void  )

Definition at line 98 of file ptrlist.cpp.

Here is the caller graph for this function:

Friends And Related Function Documentation

template<class type_t>
friend class ptrlistiterator< type_t >
friend

Definition at line 51 of file ptrlist.h.


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