|
using | iterator = typename std::set< Base * >::iterator |
|
|
| SmartSetPointer (std::set< Base * > &s_) |
|
size_t | size () const |
|
bool | empty () const |
|
iterator | begin () const |
|
iterator | end () const |
|
std::pair< iterator, bool > | insert (Base *x) |
|
void | erase (iterator pos) |
|
size_t | erase (Base *x) |
|
std::set< Base * > | release () |
|
template<class Base>
class CppAD::cg::SmartSetPointer< Base >
Smart set of pointers. Deletes all set values on destruction.
Definition at line 119 of file smart_containers.hpp.
The documentation for this class was generated from the following file:
- /local/robotpkg/var/tmp/robotpkg/wip/cppadcodegen/work/CppADCodeGen-2.4.3/include/cppad/cg/smart_containers.hpp