proxygen
|
#include <dynamic-inl.h>
Public Types | |
typedef It | iterator |
typedef It::value_type | value_type |
typedef It::object_type | object_type |
Public Member Functions | |
IterableProxy (object_type *o) | |
It | begin () const |
It | end () const |
Private Attributes | |
object_type * | o_ |
Definition at line 447 of file dynamic-inl.h.
typedef It folly::dynamic::IterableProxy< It >::iterator |
Definition at line 448 of file dynamic-inl.h.
typedef It::object_type folly::dynamic::IterableProxy< It >::object_type |
Definition at line 450 of file dynamic-inl.h.
typedef It::value_type folly::dynamic::IterableProxy< It >::value_type |
Definition at line 449 of file dynamic-inl.h.
|
inline |
Definition at line 452 of file dynamic-inl.h.
|
inline |
Definition at line 454 of file dynamic-inl.h.
|
inline |
Definition at line 458 of file dynamic-inl.h.
|
private |
Definition at line 463 of file dynamic-inl.h.