stlab.adobe.com Adobe Systems Incorporated
iter< V, R, D > Struct Template Reference

#include <any_iterator.hpp>

Public Types

typedef poly_base< poly_iterator_interface< V, R, D >, poly_iterator_instance< V, R, D >::template type > base
 
- Public Types inherited from poly_base< poly_iterator_interface< V, R, D >, poly_iterator_instance< V, R, D >::template type >
typedef poly_iterator_interface< V, R, D > interface_type
 

Public Member Functions

dereference () const
 
bool equal (const iter &x) const
 
void increment ()
 
template<typename Iter >
 iter (const Iter &s)
 
 iter (move_from< iter > x)
 
iteroperator= (iter x)
 
- Public Member Functions inherited from poly_base< poly_iterator_interface< V, R, D >, poly_iterator_instance< V, R, D >::template type >
poly_baseassign (const T &x)
 
boost::enable_if< is_base_derived_or_same< poly_iterator_interface< V, R, D >, J > >::type assign (const poly_base< J, K > &x)
 
const T & cast () const
 
T & cast ()
 
bool cast (T &x) const
 
interface_typeinterface_ref ()
 
const interface_typeinterface_ref () const
 
bool is_dynamic_convertible_to () const
 
const interface_typeoperator-> () const
 
interface_typeoperator-> ()
 
poly_baseoperator= (poly_base x)
 
 poly_base (T x, typename boost::disable_if< boost::is_base_of< poly_base, T > >::type *=0)
 
 poly_base (const poly_base< J, K > &x, typename boost::enable_if< is_base_derived_or_same< poly_iterator_interface< V, R, D >, J > >::type *dummy=0)
 
 poly_base (const poly_base &x)
 
 poly_base (move_from< poly_base > x)
 
void * storage ()
 
const void * storage () const
 
const std::type_info & type_info () const
 
 ~poly_base ()
 

Friends

bool operator== (const iter &x, const iter &y)
 

Additional Inherited Members

- Static Public Member Functions inherited from poly_base< poly_iterator_interface< V, R, D >, poly_iterator_instance< V, R, D >::template type >
static bool is_dynamic_convertible_from (const poly_base< J, K > &x)
 
- Public Attributes inherited from poly_base< poly_iterator_interface< V, R, D >, poly_iterator_instance< V, R, D >::template type >
implementation::storage_t data_m
 

Detailed Description

template<typename V, typename R = V&, typename D = std::ptrdiff_t>
struct adobe::iter< V, R, D >

Definition at line 84 of file any_iterator.hpp.

Member Typedef Documentation

§ base

typedef poly_base<poly_iterator_interface<V, R, D>, poly_iterator_instance<V, R, D>::template type> base

Definition at line 91 of file any_iterator.hpp.

Constructor & Destructor Documentation

§ iter() [1/2]

iter ( const Iter &  s)
explicit

Definition at line 94 of file any_iterator.hpp.

§ iter() [2/2]

iter ( move_from< iter< V, R, D > >  x)

Definition at line 97 of file any_iterator.hpp.

Member Function Documentation

§ dereference()

R dereference ( ) const

Definition at line 100 of file any_iterator.hpp.

§ equal()

bool equal ( const iter< V, R, D > &  x) const

Definition at line 106 of file any_iterator.hpp.

§ increment()

void increment ( )

Definition at line 103 of file any_iterator.hpp.

§ operator=()

iter& operator= ( iter< V, R, D >  x)

Definition at line 98 of file any_iterator.hpp.

Friends And Related Function Documentation

§ operator==

bool operator== ( const iter< V, R, D > &  x,
const iter< V, R, D > &  y 
)
friend

Definition at line 110 of file any_iterator.hpp.

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google