strusBase  0.17
Public Member Functions | Public Attributes | List of all members
strus::SymbolTable::Key Struct Reference

Key of symbol table. More...

#include <symbolTable.hpp>

Public Member Functions

 Key ()
 
 Key (const char *str_, std::size_t len_)
 
 Key (const Key &o)
 

Public Attributes

const char * str
 
std::size_t len
 

Detailed Description

Key of symbol table.

Constructor & Destructor Documentation

strus::SymbolTable::Key::Key ( )
inline
strus::SymbolTable::Key::Key ( const char *  str_,
std::size_t  len_ 
)
inline
strus::SymbolTable::Key::Key ( const Key o)
inline

Member Data Documentation

std::size_t strus::SymbolTable::Key::len
const char* strus::SymbolTable::Key::str

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