オブジェクト情報(所有者の情報を含む)を出力します。
例えば
+ Temple Ginkaku 3 + _owner > Ward Sakyo 2 + _owner >> City Kyoto 1となります。 Trace back the object's ancestry, that is, prints all the ancesters to aSw as far as an ancester exists. "aHead" is printed before the ancestry.
Yahoo a("yahoo", 0); Yahoo b("yahoobb", 1); b.Owner = a; StringWriter aSw; b.oPrint(aSw, "+ ");prints to aSw as follows
+ Yahoo yahoobb 1 + owner > Yahoo yahoo 0
OhObject クラス | OhymosNet 名前空間 | OhObject.oPrint オーバーロードの一覧