position_t Struct Reference
|
CPP API
|
Public Member Functions |
Private Member Functions |
Private Attributes |
Friends |
List of all members
ad::internal::blob_tape< AD_TAPE_REAL, AD_ADJOINT_REAL >::position_t Struct Reference
#include <ad.hpp>
Public Member Functions | |
| const AD_TAPE_INT & | _progvarcounter () const |
| const AD_TAPE_INT & | _stackcounter () const |
| bool | operator< (const position_t &other) const |
| bool | operator== (const position_t &other) const |
| bool | operator> (const position_t &other) const |
| position_t () | |
Private Member Functions | |
| position_t (const AD_TAPE_INT nstackcounter, const AD_TAPE_INT nprogvarcounter) | |
Private Attributes | |
| AD_TAPE_INT | progvarcounter |
| AD_TAPE_INT | stackcounter |
Friends | |
| struct | blob_tape |
Constructor & Destructor Documentation
◆ position_t() [1/2]
template<class AD_TAPE_REAL , class AD_ADJOINT_REAL = AD_TAPE_REAL>
|
inlineprivate |
◆ position_t() [2/2]
template<class AD_TAPE_REAL , class AD_ADJOINT_REAL = AD_TAPE_REAL>
|
inline |
Member Function Documentation
◆ _progvarcounter()
template<class AD_TAPE_REAL , class AD_ADJOINT_REAL = AD_TAPE_REAL>
|
inline |
◆ _stackcounter()
template<class AD_TAPE_REAL , class AD_ADJOINT_REAL = AD_TAPE_REAL>
|
inline |
◆ operator<()
template<class AD_TAPE_REAL , class AD_ADJOINT_REAL = AD_TAPE_REAL>
|
inline |
◆ operator==()
template<class AD_TAPE_REAL , class AD_ADJOINT_REAL = AD_TAPE_REAL>
|
inline |
◆ operator>()
template<class AD_TAPE_REAL , class AD_ADJOINT_REAL = AD_TAPE_REAL>
|
inline |
Friends And Related Function Documentation
◆ blob_tape
template<class AD_TAPE_REAL , class AD_ADJOINT_REAL = AD_TAPE_REAL>
|
friend |
Member Data Documentation
◆ progvarcounter
template<class AD_TAPE_REAL , class AD_ADJOINT_REAL = AD_TAPE_REAL>
|
private |
◆ stackcounter
template<class AD_TAPE_REAL , class AD_ADJOINT_REAL = AD_TAPE_REAL>
|
private |
Generated by