Table of Contents

Class BufferDictionary

名前空間
easyar
アセンブリ
EasyAR.Sense.dll

ファイルパスから `Buffer`_ へのマッピング。メモリ内の複数のファイルを表すために使用されます。

public class BufferDictionary : RefBase, IDisposable
継承
BufferDictionary
実装
継承されたメンバー

コンストラクター

BufferDictionary()

public BufferDictionary()

メソッド

Clone()

public BufferDictionary Clone()

CloneObject()

protected override object CloneObject()

clear()

辞書を空にします。

public virtual void clear()

contains(string)

指定されたパスが辞書内にあるかどうかを確認します。

public virtual bool contains(string path)

パラメーター

path

count()

現在のファイル数。

public virtual int count()

remove(string)

指定されたパスを削除します。

public virtual bool remove(string path)

パラメーター

path

set(string, Buffer)

指定されたパスに対応する `Buffer`_ を設定します。

public virtual void set(string path, Buffer buffer)

パラメーター

path
buffer

tryGet(string)

指定されたパスに対応する `Buffer`_ を取得しようとします。

public virtual Optional<Buffer> tryGet(string path)

パラメーター

path