#include <proxy.hpp>
|
| proxy (object const &target, key_type const &key) |
|
| operator object () const |
|
proxy const & | operator= (assignment_self) const |
|
template<class T > |
proxy const & | operator= (T const &rhs) const |
|
void | del () const |
|
object | operator() () const |
|
object | operator() (detail::args_proxy const &args) const |
|
object | operator() (detail::args_proxy const &args, detail::kwds_proxy const &kwds) const |
|
detail::args_proxy | operator* () const |
|
| operator bool_type () const |
|
bool | operator! () const |
|
const_object_attribute | attr (char const *) const |
|
object_attribute | attr (char const *) |
|
const_object_objattribute | attr (object const &) const |
|
object_objattribute | attr (object const &) |
|
object | contains (T const &key) const |
|
const_object_item | operator[] (object_cref) const |
|
object_item | operator[] (object_cref) |
|
const_object_item | operator[] (T const &key) const |
|
object_item | operator[] (T const &key) |
|
const_object_slice | slice (object_cref, object_cref) const |
|
object_slice | slice (object_cref, object_cref) |
|
const_object_slice | slice (slice_nil, object_cref) const |
|
object_slice | slice (slice_nil, object_cref) |
|
const_object_slice | slice (object_cref, slice_nil) const |
|
object_slice | slice (object_cref, slice_nil) |
|
const_object_slice | slice (slice_nil, slice_nil) const |
|
object_slice | slice (slice_nil, slice_nil) |
|
const_object_slice | slice (T const &start, V const &end) const |
|
object_slice | slice (T const &start, V const &end) |
|
template<class Policies >
template<class Policies >
template<class Policies >
template<class Policies >
template<class Policies>
template<class T >
The documentation for this class was generated from the following files: