HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ustring::TableRep Struct Reference

#include <ustring.h>

Public Member Functions

 TableRep (string_view strref, hash_t hash)
 
 ~TableRep ()
 
const char * c_str () const noexcept
 

Public Attributes

hash_t hashed
 
std::string str
 
size_t length
 
size_t dummy_capacity
 
int dummy_refcount
 

Detailed Description

Definition at line 758 of file ustring.h.

Constructor & Destructor Documentation

ustring::TableRep::TableRep ( string_view  strref,
hash_t  hash 
)
ustring::TableRep::~TableRep ( )

Member Function Documentation

const char* ustring::TableRep::c_str ( void  ) const
inlinenoexcept

Definition at line 766 of file ustring.h.

Member Data Documentation

size_t ustring::TableRep::dummy_capacity

Definition at line 762 of file ustring.h.

int ustring::TableRep::dummy_refcount

Definition at line 763 of file ustring.h.

hash_t ustring::TableRep::hashed

Definition at line 759 of file ustring.h.

size_t ustring::TableRep::length

Definition at line 761 of file ustring.h.

std::string ustring::TableRep::str

Definition at line 760 of file ustring.h.


The documentation for this struct was generated from the following file: