v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Buffer< Data > Class Template Reference

#include <unicode.h>

Public Member Functions

 Buffer (Data data, unsigned length)
 
 Buffer ()
 
Data data ()
 
unsigned length ()
 

Detailed Description

template<typename Data>
class unibrow::Buffer< Data >

Definition at line 106 of file unicode.h.

Constructor & Destructor Documentation

Buffer ( Data  data,
unsigned  length 
)
inline

Definition at line 108 of file unicode.h.

Buffer ( )
inline

Definition at line 109 of file unicode.h.

Member Function Documentation

Data data ( )
inline

Definition at line 110 of file unicode.h.

Referenced by Utf8::ReadBlock().

unsigned length ( )
inline

Definition at line 111 of file unicode.h.

Referenced by Utf8::ReadBlock().


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