|
ADMB Documentation
-a65f1c97
|
Keeps track of total number of copies. More...
#include <fvar.hpp>
Public Member Functions | |
| smart_counter () | |
| Default constructor. More... | |
| smart_counter (const smart_counter &sc) | |
| Copy constructor. More... | |
| ~smart_counter () | |
| Destructor. More... | |
| int * | get_ncopies () |
Private Attributes | |
| int * | ncopies |
| smart_counter::smart_counter | ( | ) |
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.
| smart_counter::~smart_counter | ( | ) |
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().
|
private |
Definition at line 7718 of file fvar.hpp.
Referenced by get_ncopies(), smart_counter(), and ~smart_counter().
|
|
Generated on Wed Sep 7 2022 00:01:35 for ADMB Documentation by 1.8.5
|