Public メソッド | Protected メソッド | Private メソッド

クラス v8::String::ExternalAsciiStringResource

#include <v8.h>

v8::internal::AsciiStringAdapterに継承されています。

すべてのメンバ一覧

Public メソッド

virtual ~ExternalAsciiStringResource ()
virtual const char * data () const =0
virtual size_t length () const =0

Protected メソッド

 ExternalAsciiStringResource ()

Private メソッド

 ExternalAsciiStringResource (const ExternalAsciiStringResource &)
void operator= (const ExternalAsciiStringResource &)

説明

An ExternalAsciiStringResource is a wrapper around an ascii string buffer that resides outside V8's heap. Implement an ExternalAsciiStringResource to manage the life cycle of the underlying buffer. Note that the string data must be immutable and that the data must be strict 7-bit ASCII, not Latin1 or UTF-8, which would require special treatment internally in the engine and, in the case of UTF-8, do not allow efficient indexing. Use String::New or convert to 16 bit data for non-ASCII.

v8.h802 行で定義されています。


コンストラクタとデストラクタ

virtual v8::String::ExternalAsciiStringResource::~ExternalAsciiStringResource (  )  [inline, virtual]

Override the destructor to manage the life cycle of the underlying buffer.

v8.h808 行で定義されています。

v8::String::ExternalAsciiStringResource::ExternalAsciiStringResource (  )  [inline, protected]

v8.h814 行で定義されています。

v8::String::ExternalAsciiStringResource::ExternalAsciiStringResource ( const ExternalAsciiStringResource  )  [private]

関数

virtual const char* v8::String::ExternalAsciiStringResource::data (  )  const [pure virtual]
virtual size_t v8::String::ExternalAsciiStringResource::length (  )  const [pure virtual]

The number of ascii characters in the string.

v8::internal::AsciiStringAdapterで実装されています。

参照元 v8::internal::Heap::AllocateExternalStringFromAscii(), v8::DisposeExternalAsciiString(), と v8::String::NewExternal().

void v8::String::ExternalAsciiStringResource::operator= ( const ExternalAsciiStringResource  )  [private]

このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義