Struct usiagent::interpreter::USIInterpreter[][src]

pub struct USIInterpreter {}
Expand description

USIプロトコルのコマンド文字列を読み取りイベントを発火する構造体

Implementations

USIInterpreterの生成

処理の開始

Arguments
  • event_queue - システムイベントキュー
  • reader - 入力を読み取るためのオブジェクト。実装によって標準入力以外から読み取るものを指定することも可能。
  • optmap - プレイヤーオブジェクトに渡されるオプションの種類のマップ
  • logger - ログを書き込むためのオブジェクト。実装によってファイル以外に書き込むものを指定することも可能。

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.