CppAD: A C++ Algorithmic Differentiation Package 20110419
template<class Base >
static std::vector<discrete *>& discrete< Base >::List ( void  ) [inline, static, private]

List of all objects in this class.

Can use CppAD::vector for debugging, but it will appear that there is a memory leak because this list is not distroyed before CPPAD_TRACK_COUNT is called by the test routines.

Definition at line 205 of file discrete.hpp.

Referenced by discrete< Base >::discrete(), discrete< Base >::eval(), and discrete< Base >::name().