Skip to content

Struct cubload::string_type

ClassList > cubload > string_type

  • #include <load_common.hpp>

Public Attributes

Type Name
string_type * last
bool need_free_val
string_type * next
size_t size
char * val

Public Functions

Type Name
void destroy ()
string_type ()
string_type (char * val, std::size_t size, bool need_free_val)
~string_type ()

Public Attributes Documentation

variable last

string_type* cubload::string_type::last;

variable need_free_val

bool cubload::string_type::need_free_val;

variable next

string_type* cubload::string_type::next;

variable size

size_t cubload::string_type::size;

variable val

char* cubload::string_type::val;

Public Functions Documentation

function destroy

void cubload::string_type::destroy () 

function string_type [1/2]

cubload::string_type::string_type () 

function string_type [2/2]

cubload::string_type::string_type (
    char * val,
    std::size_t size,
    bool need_free_val
) 

function ~string_type

cubload::string_type::~string_type () 


The documentation for this class was generated from the following file cubrid/src/loaddb/load_common.hpp