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 |
Default constructor.
Definition at line 35 of file indextyp.cpp.
| smart_counter::smart_counter | ( | const smart_counter & | sc | ) |
Copy constructor.
Definition at line 41 of file indextyp.cpp.
Destructor.
Definition at line 47 of file indextyp.cpp.
| int * smart_counter::get_ncopies | ( | void | ) |
Definition at line 59 of file indextyp.cpp.
Referenced by index_type::~index_type().
int* smart_counter::ncopies [private] |
Definition at line 7512 of file fvar.hpp.
Referenced by get_ncopies(), smart_counter(), and ~smart_counter().
|
|
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0
|