ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Attributes
smart_counter Class Reference

Keeps track of total number of copies. More...

#include <fvar.hpp>

Public Member Functions

 smart_counter ()
 Default constructor.
 smart_counter (const smart_counter &sc)
 Copy constructor.
 ~smart_counter ()
 Destructor.
int * get_ncopies ()

Private Attributes

int * ncopies

Detailed Description

Keeps track of total number of copies.

Definition at line 7510 of file fvar.hpp.


Constructor & Destructor Documentation

Default constructor.

Definition at line 35 of file indextyp.cpp.

Copy constructor.

Definition at line 41 of file indextyp.cpp.

Destructor.

Definition at line 47 of file indextyp.cpp.


Member Function Documentation

int * smart_counter::get_ncopies ( void  )

Definition at line 59 of file indextyp.cpp.

Referenced by index_type::~index_type().


Member Data Documentation

int* smart_counter::ncopies [private]

Definition at line 7512 of file fvar.hpp.

Referenced by get_ncopies(), smart_counter(), and ~smart_counter().

List of all members.


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