|
CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|


Public Types | |
| using | iterator = typename std::map< Key, Value * >::iterator |
| using | const_iterator = typename std::map< Key, Value * >::const_iterator |
| using | reverse_iterator = typename std::map< Key, Value * >::reverse_iterator |
| using | const_reverse_iterator = typename std::map< Key, Value * >::const_reverse_iterator |
Public Member Functions | |
| size_t | size () const |
| bool | empty () const |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| reverse_iterator | rbegin () |
| const_reverse_iterator | rbegin () const |
| reverse_iterator | rend () |
| const_reverse_iterator | rend () const |
| Value *& | operator[] (const Key &key) |
| std::map< Key, Value * > | release () |
Public Attributes | |
| std::map< Key, Value * > | m |
Definition at line 246 of file smart_containers.hpp.
| using CppAD::cg::SmartMapValuePointer< Key, Value >::const_iterator = typename std::map<Key, Value*>::const_iterator |
Definition at line 249 of file smart_containers.hpp.
| using CppAD::cg::SmartMapValuePointer< Key, Value >::const_reverse_iterator = typename std::map<Key, Value*>::const_reverse_iterator |
Definition at line 251 of file smart_containers.hpp.
| using CppAD::cg::SmartMapValuePointer< Key, Value >::iterator = typename std::map<Key, Value*>::iterator |
Definition at line 248 of file smart_containers.hpp.
| using CppAD::cg::SmartMapValuePointer< Key, Value >::reverse_iterator = typename std::map<Key, Value*>::reverse_iterator |
Definition at line 250 of file smart_containers.hpp.
|
inlinevirtual |
Definition at line 304 of file smart_containers.hpp.
|
inline |
Definition at line 262 of file smart_containers.hpp.
|
inline |
Definition at line 266 of file smart_containers.hpp.
|
inline |
Definition at line 258 of file smart_containers.hpp.
|
inline |
Definition at line 270 of file smart_containers.hpp.
|
inline |
Definition at line 274 of file smart_containers.hpp.
Definition at line 294 of file smart_containers.hpp.
|
inline |
Definition at line 278 of file smart_containers.hpp.
|
inline |
Definition at line 282 of file smart_containers.hpp.
|
inline |
Definition at line 298 of file smart_containers.hpp.
|
inline |
Definition at line 286 of file smart_containers.hpp.
|
inline |
Definition at line 290 of file smart_containers.hpp.
|
inline |
Definition at line 254 of file smart_containers.hpp.
| std::map<Key, Value*> CppAD::cg::SmartMapValuePointer< Key, Value >::m |
Definition at line 252 of file smart_containers.hpp.