EnglishJapanese Reload Front page List of pages Search Recent changes RSS of recent changes

Back to the top page
Back to the upper page

Description

このクラスは扱うデータに対する基本クラスです。
このクラスに含まれるいくつかのメソッド(Open, Close, Read, GetNextBlock)は継承先の各クラスで実行されます。 その継承先のクラス自身はシングルトンパターンになります。

Function members

protected

public

private

Function documents

  • TArtDataSource(int id)

Assign id to fID.

  • virtual bool SMOpen(const int sid)

Return false.

  • virtual bool FileOpen(const char* sourceName)

Return false.

  • virtual int IsPrepared()

Mainly for shared memory data source to check data exists or not and lock semaphore.
Always return 1.

  • virtual int Wait()

Mainly for shared memory data source to unlock semaphore.
Always return 1.

Last-modified: Mon, 29 Oct 2012 16:02:11 JST (4289d)