proxygen
|
#include <lib.h>
Public Member Functions | |
ExampleObject (folly::StringPiece str) | |
~ExampleObject () | |
void | doStuff () |
Private Attributes | |
std::string | value_ |
|
inlineexplicit |
Definition at line 25 of file lib.h.
References doStuff(), folly::Range< Iter >::str(), value_, XLOGF, and ~ExampleObject().
example::ExampleObject::~ExampleObject | ( | ) |
void example::ExampleObject::doStuff | ( | ) |
Referenced by ExampleObject().
|
private |
Definition at line 35 of file lib.h.
Referenced by ExampleObject(), and ~ExampleObject().