CACAO
Public Types | Public Member Functions | Private Attributes
Utf16Hasher Struct Reference
Inheritance diagram for Utf16Hasher:
utf16::VisitorBase< size_t >

Public Types

typedef size_t ReturnType
 

Public Member Functions

 Utf16Hasher ()
 
void utf8 (uint8_t c)
 
size_t finish ()
 
- Public Member Functions inherited from utf16::VisitorBase< size_t >
void utf8 (uint8_t) const
 
void utf16 (uint16_t) const
 
size_t finish () const
 

Private Attributes

size_t hash
 

Detailed Description

Definition at line 473 of file utf8.cpp.

Member Typedef Documentation

typedef size_t Utf16Hasher::ReturnType

Definition at line 474 of file utf8.cpp.

Constructor & Destructor Documentation

Utf16Hasher::Utf16Hasher ( )
inline

Definition at line 476 of file utf8.cpp.

Member Function Documentation

size_t Utf16Hasher::finish ( )
inline

Definition at line 482 of file utf8.cpp.

void Utf16Hasher::utf8 ( uint8_t  c)
inline

Definition at line 478 of file utf8.cpp.

Field Documentation

size_t Utf16Hasher::hash
private

Definition at line 484 of file utf8.cpp.


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