CACAO
Public Types | Public Member Functions | Private Attributes
ByteCounter Struct Reference
Inheritance diagram for ByteCounter:
utf8::VisitorBase< size_t, utf8::IGNORE_ERRORS >

Public Types

typedef size_t ReturnType
 

Public Member Functions

 ByteCounter ()
 
void utf8 (uint8_t)
 
size_t finish ()
 
- Public Member Functions inherited from utf8::VisitorBase< size_t, utf8::IGNORE_ERRORS >
ErrorAction error_action () const
 
void utf8 (uint8_t) const
 
void utf16 (uint16_t) const
 
size_t finish () const
 
size_t abort () const
 

Private Attributes

size_t count
 

Detailed Description

Definition at line 451 of file utf8.cpp.

Member Typedef Documentation

typedef size_t ByteCounter::ReturnType

Definition at line 452 of file utf8.cpp.

Constructor & Destructor Documentation

ByteCounter::ByteCounter ( )
inline

Definition at line 454 of file utf8.cpp.

Member Function Documentation

size_t ByteCounter::finish ( )
inline

Definition at line 458 of file utf8.cpp.

void ByteCounter::utf8 ( uint8_t  )
inline

Definition at line 456 of file utf8.cpp.

Field Documentation

size_t ByteCounter::count
private

Definition at line 460 of file utf8.cpp.


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