v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#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::~Widget | ( | ) |
float Widget::GetFloatValue | ( | ) | const |
int Widget::GetIntValue | ( | ) | const |
std::string Widget::GetStringValue | ( | ) | const |
void Widget::GetCharPtrValue | ( | char * | buffer, |
size_t | max_size | ||
) | const |