|
using | iterator = typename std::list< Base * >::iterator |
|
using | const_iterator = typename std::list< Base * >::const_iterator |
|
|
| SmartListPointer (const std::set< Base * > &l_) |
|
size_t | size () const |
|
bool | empty () const |
|
void | push_front (Base *x) |
|
void | pop_front () |
|
void | push_back (Base *x) |
|
void | pop_back () |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
std::list< Base * > | release () |
|
template<class Base>
class CppAD::cg::SmartListPointer< Base >
Smart set of pointers. Deletes all set values on destruction.
Definition at line 193 of file declare_cg.hpp.
The documentation for this class was generated from the following files:
- /local/robotpkg/var/tmp/robotpkg/wip/cppadcodegen/work/CppADCodeGen-2.4.3/include/cppad/cg/declare_cg.hpp
- /local/robotpkg/var/tmp/robotpkg/wip/cppadcodegen/work/CppADCodeGen-2.4.3/include/cppad/cg/smart_containers.hpp