proxygen
|
#include <widget.h>
Public Member Functions | |
Widget (int number, const std::string &name) | |
~Widget () | |
float | GetFloatValue () const |
int | GetIntValue () const |
std::string | GetStringValue () const |
void | GetCharPtrValue (char *buffer, size_t max_size) const |
~Widget () | |
Widget (int number, const std::string &name) | |
~Widget () | |
float | GetFloatValue () const |
int | GetIntValue () const |
std::string | GetStringValue () const |
void | GetCharPtrValue (char *buffer, size_t max_size) const |
Widget (int number, const std::string &name) | |
~Widget () | |
float | GetFloatValue () const |
int | GetIntValue () const |
std::string | GetStringValue () const |
void | GetCharPtrValue (char *buffer, size_t max_size) const |
Static Public Member Functions | |
static void | customDeleter (Widget *w, TLPDestructionMode mode) |
Public Attributes | |
int | val_ |
Static Public Attributes | |
static int | totalVal_ = 0 |
Private Attributes | |
float | number_ |
std::string | name_ |
Widget::Widget | ( | int | number, |
const std::string & | name | ||
) |
|
inline |
Definition at line 53 of file ThreadLocalTest.cpp.
Widget::Widget | ( | int | number, |
const std::string & | name | ||
) |
Widget::~Widget | ( | ) |
Widget::Widget | ( | int | number, |
const std::string & | name | ||
) |
Widget::~Widget | ( | ) |
|
inlinestatic |
Definition at line 57 of file ThreadLocalTest.cpp.
References folly::ALL_THREADS, and totalVal_.
Referenced by TEST().
void Widget::GetCharPtrValue | ( | char * | buffer, |
size_t | max_size | ||
) | const |
void Widget::GetCharPtrValue | ( | char * | buffer, |
size_t | max_size | ||
) | const |
void Widget::GetCharPtrValue | ( | char * | buffer, |
size_t | max_size | ||
) | const |
float Widget::GetFloatValue | ( | ) | const |
float Widget::GetFloatValue | ( | ) | const |
float Widget::GetFloatValue | ( | ) | const |
int Widget::GetIntValue | ( | ) | const |
int Widget::GetIntValue | ( | ) | const |
int Widget::GetIntValue | ( | ) | const |
std::string Widget::GetStringValue | ( | ) | const |
std::string Widget::GetStringValue | ( | ) | const |
std::string Widget::GetStringValue | ( | ) | const |
|
private |
Definition at line 58 of file widget.h.
Referenced by GetCharPtrValue(), and GetStringValue().
|
private |
Definition at line 57 of file widget.h.
Referenced by GetFloatValue(), and GetIntValue().
|
static |
Definition at line 51 of file ThreadLocalTest.cpp.
Referenced by customDeleter(), and TEST().
int Widget::val_ |
Definition at line 52 of file ThreadLocalTest.cpp.