OnixS SGX Derivatives Handler for C++  2.17.0.0
VarChar< N > Member List

This is the complete list of members for VarChar< N >, including all inherited members.

assign(const char *src)VarChar< N >
assign(const std::string &str)VarChar< N >
assign(const char *src, size_t len)VarChar< N >
assignAndTrim(const char(&str)[N2])VarChar< N >
c_str() const VarChar< N >
copyTo(std::string &dst)VarChar< N >
copyTo(char *dest, size_t buffSize)VarChar< N >
length() const VarChar< N >
operator!=(const VarChar< N > &other) const VarChar< N >
operator<(const VarChar< N > &other) const VarChar< N >
operator<=(const VarChar< N > &other) const VarChar< N >
operator=(const char *src)VarChar< N >
operator=(const std::string &src)VarChar< N >
operator==(const VarChar< N > &other) const VarChar< N >
operator>(const VarChar< N > &other) const VarChar< N >
operator>=(const VarChar< N > &other) const VarChar< N >
VarChar()VarChar< N >
VarChar(const char *src)VarChar< N >
VarChar(const char *src, size_t len)VarChar< N >
VarChar(const std::string &src)VarChar< N >