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

List of all objects in this class.

If we use CppAD::vector for this vector, it will appear that there is a memory leak because this list is not distroyed before thread_alloc::free_available(thread) is called by the testing routines.

Definition at line 225 of file discrete.hpp.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines