hamigaki.png

前のページ 上に戻る ホーム 次のページ

Struct null_exception_storage

hamigaki::thread::null_exception_storage —

Synopsis

struct null_exception_storage {

  // ExceptionStorage implementation
  void clear() const;
  void store() const;
  void rethrow() const;
};

Description

モデルとなるコンセプト:ExceptionStorage

null_exception_storage ExceptionStorage implementation

  1. void clear() const;
    Effects: 何もしない。
  2. void store() const;
    Effects: 何もしない。
  3. void rethrow() const;
    Effects: 何もしない。
製作著作 © 2006, 2007 Takeshi Mouri

前のページ 上に戻る ホーム 次のページ