|
proxygen
|
#include <Base.h>
Public Types | |
| typedef FieldTypeClass::* | FieldPtr |
Public Member Functions | |
| Field (FieldPtr field) | |
| const FieldType & | operator() (const Class &x) const |
| const FieldType & | operator() (const Class *x) const |
| FieldType & | operator() (Class &x) const |
| FieldType & | operator() (Class *x) const |
| FieldType && | operator() (Class &&x) const |
Private Attributes | |
| FieldPtr | field_ |
| typedef FieldTypeClass::* folly::gen::Field< Class, FieldType >::FieldPtr |
|
inlineexplicit |
|
inline |
Definition at line 169 of file Base.h.
|
inline |
Definition at line 173 of file Base.h.
|
inline |
Definition at line 177 of file Base.h.
|
inline |
Definition at line 181 of file Base.h.
|
inline |
|
private |