MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
成员的完整列表,这些成员属于 Value,包括所有继承而来的类成员
attr_type() const (定义于 Value) | Value | inline |
attr_type_ (定义于 Value) | Value | private |
bool_value_ (定义于 Value) | Value | |
compare(const Value &other) const (定义于 Value) | Value | |
data() const (定义于 Value) | Value | |
float_value_ (定义于 Value) | Value | |
get_boolean() const (定义于 Value) | Value | |
get_float() const (定义于 Value) | Value | |
get_int() const | Value | |
get_string() const (定义于 Value) | Value | |
int_value_ (定义于 Value) | Value | |
length() const (定义于 Value) | Value | inline |
length_ (定义于 Value) | Value | private |
num_value_ (定义于 Value) | Value | private |
operator=(const Value &other)=default (定义于 Value) | Value | |
set_boolean(bool val) (定义于 Value) | Value | |
set_data(char *data, int length) (定义于 Value) | Value | |
set_data(const char *data, int length) (定义于 Value) | Value | inline |
set_float(float val) (定义于 Value) | Value | |
set_int(int val) (定义于 Value) | Value | |
set_string(const char *s, int len=0) (定义于 Value) | Value | |
set_type(AttrType type) (定义于 Value) | Value | inline |
set_value(const Value &value) (定义于 Value) | Value | |
str_value_ (定义于 Value) | Value | private |
to_string() const (定义于 Value) | Value | |
Value()=default (定义于 Value) | Value | |
Value(AttrType attr_type, char *data, int length=4) (定义于 Value) | Value | inline |
Value(int val) (定义于 Value) | Value | explicit |
Value(float val) (定义于 Value) | Value | explicit |
Value(bool val) (定义于 Value) | Value | explicit |
Value(const char *s, int len=0) (定义于 Value) | Value | explicit |
Value(const Value &other)=default (定义于 Value) | Value |