dynamic::internal::wrap_list_container< Impl > Class Template Reference
[Types]
Implements a list variable.
More...
#include <wrap_cpp_container.hpp>
List of all members.
|
Public Member Functions |
|
void | push_front (const var &v) |
| | Pushes the value onto the front.
|
|
var | pop_front () |
| | Removes a value from the front and returns it.
|
|
var | clone () |
| | Clones the object.
|
Detailed Description
template<typename Impl>
class dynamic::internal::wrap_list_container< Impl >
Implements a list variable.
Definition at line 700 of file wrap_cpp_container.hpp.
The documentation for this class was generated from the following file: