|
CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <smart_containers.hpp>

Public Types | |
| using | iterator = typename std::list< Base * >::iterator |
| using | const_iterator = typename std::list< Base * >::const_iterator |
Public Member Functions | |
| 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 () |
Public Attributes | |
| std::list< Base * > | l |
Smart set of pointers. Deletes all set values on destruction.
Definition at line 178 of file smart_containers.hpp.
| using CppAD::cg::SmartListPointer< Base >::const_iterator = typename std::list<Base*>::const_iterator |
Definition at line 181 of file smart_containers.hpp.
| using CppAD::cg::SmartListPointer< Base >::iterator = typename std::list<Base*>::iterator |
Definition at line 180 of file smart_containers.hpp.
|
inline |
Definition at line 184 of file smart_containers.hpp.
|
inline |
Definition at line 187 of file smart_containers.hpp.
|
inlinevirtual |
Definition at line 237 of file smart_containers.hpp.
|
inline |
Definition at line 215 of file smart_containers.hpp.
|
inline |
Definition at line 219 of file smart_containers.hpp.
|
inline |
Definition at line 195 of file smart_containers.hpp.
|
inline |
Definition at line 223 of file smart_containers.hpp.
|
inline |
Definition at line 227 of file smart_containers.hpp.
|
inline |
Definition at line 211 of file smart_containers.hpp.
|
inline |
Definition at line 203 of file smart_containers.hpp.
|
inline |
Definition at line 207 of file smart_containers.hpp.
|
inline |
Definition at line 199 of file smart_containers.hpp.
|
inline |
Definition at line 231 of file smart_containers.hpp.
|
inline |
Definition at line 191 of file smart_containers.hpp.
| std::list<Base*> CppAD::cg::SmartListPointer< Base >::l |
Definition at line 182 of file smart_containers.hpp.