From fe926756145c5e5cf5f315af0acdbfd85ba27543 Mon Sep 17 00:00:00 2001 From: cathook Date: Thu, 19 Jun 2014 07:25:48 +0800 Subject: x --- doc/html/classmeow_1_1ObjDictionary.html | 47 +++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) (limited to 'doc/html/classmeow_1_1ObjDictionary.html') diff --git a/doc/html/classmeow_1_1ObjDictionary.html b/doc/html/classmeow_1_1ObjDictionary.html index c201779..5a8f6c3 100644 --- a/doc/html/classmeow_1_1ObjDictionary.html +++ b/doc/html/classmeow_1_1ObjDictionary.html @@ -116,16 +116,22 @@ Public Member Functions Value & operator[] (Key const &k)   bool write (FILE *f, bool bin, unsigned int fg) const + 將物件寫入檔案, 預設implement為直接回傳 false More...
  bool read (FILE *f, bool bin, unsigned int fg) + 將物件從檔案讀出, 預設implement為直接回傳 false More...
  ObjBasecreate () const + 回傳一個new出來的物件, 預設implement為直接回傳 NULL More...
  ObjBasecopyFrom (ObjBase const *b) + 複製, 預設使用operator= More...
  char const * ctype () const + 用C-style string回傳這個class的type name More...
  std::string type () const + 用std::string回傳這個class的type name More...
  - Public Member Functions inherited from meow::ObjBase virtual ~ObjBase () @@ -135,8 +141,10 @@ Public Member Functions Additional Inherited Members - Static Public Member Functions inherited from meow::ObjBase static char const * ctypeBase () + 用C-style string回傳base的type name More...
  static std::string typeBase () + 用std::string回傳base的type name More...
  - Protected Member Functions inherited from meow::ObjBase  ObjBase () @@ -327,6 +335,15 @@ template<class Key , class Value >
+

複製, 預設使用operator=

+
Parameters
+ + +
[in]b資料來源
+
+
+
Returns
this
+

Reimplemented from meow::ObjBase.

@@ -354,6 +371,8 @@ template<class Key , class Value >
+

回傳一個new出來的物件, 預設implement為直接回傳 NULL

+

Reimplemented from meow::ObjBase.

@@ -381,6 +400,8 @@ template<class Key , class Value >
+

用C-style string回傳這個class的type name

+

Reimplemented from meow::ObjBase.

@@ -666,6 +687,17 @@ template<class Key , class Value >
+

將物件從檔案讀出, 預設implement為直接回傳 false

+
Parameters
+ + + + +
[in]f檔案
[in]bin是否為binary模式
[in]fg使用者自訂的argument
+
+
+
Returns
成功或失敗
+

Reimplemented from meow::ObjBase.

@@ -744,6 +776,8 @@ template<class Key , class Value >
+

用std::string回傳這個class的type name

+

Reimplemented from meow::ObjBase.

@@ -788,6 +822,17 @@ template<class Key , class Value >
+

將物件寫入檔案, 預設implement為直接回傳 false

+
Parameters
+ + + + +
[in]f檔案
[in]bin是否為binary模式
[in]fg使用者自訂的argument
+
+
+
Returns
成功或失敗
+

Reimplemented from meow::ObjBase.

@@ -802,7 +847,7 @@ template<class Key , class Value >