関数 | |
| template<class Archive> | |
| void | serialize (Archive &ar, WindowInfo &wi, const unsigned int) |
| WindowInfo用シリアライズ関数. | |
| template<class Archive> | |
| void | serialize (Archive &ar, GuiSettings &gs, const unsigned int) |
| WindowInfo用シリアライズ関数. | |
| template<class Archive> | |
| void | serialize (Archive &ar, LayerArchive::Data &d, const unsigned int) |
| template<class Archive> | |
| void | serialize (Archive &ar, RGIS::PntC &p, const unsigned int) |
| RGIS::PntC用シリアライズ関数. | |
| template<class Archive> | |
| void | serialize (Archive &ar, RGIS::BoxC &b, const unsigned int) |
| RGIS::BoxC用シリアライズ関数. | |
| template<class Archive> | |
| void | serialize (Archive &ar, RGIS::RotationC &r, const unsigned int) |
| RGIS::RotationC用シリアライズ関数. | |
| void boost::serialization::serialize | ( | Archive & | ar, | |
| RGIS::RotationC & | r, | |||
| const unsigned | int | |||
| ) | [inline] |
RGIS::RotationC用シリアライズ関数.
| Archive | Boostのアーカイブクラス名 |
| [out] | ar | Archive Boostのアーカイブクラスのインスタンス |
| [in] | r | シリアライズ/デシリアライズされるRGIS::RotationC |
| [in] | (未使用) | バージョン |
| void boost::serialization::serialize | ( | Archive & | ar, | |
| RGIS::BoxC & | b, | |||
| const unsigned | int | |||
| ) | [inline] |
RGIS::BoxC用シリアライズ関数.
| Archive | Boostのアーカイブクラス名 |
| [out] | ar | Archive Boostのアーカイブクラスのインスタンス |
| [in] | b | シリアライズ/デシリアライズされるRGIS::BoxC |
| [in] | (未使用) | バージョン |
| void boost::serialization::serialize | ( | Archive & | ar, | |
| RGIS::PntC & | p, | |||
| const unsigned | int | |||
| ) | [inline] |
RGIS::PntC用シリアライズ関数.
| Archive | Boostのアーカイブクラス名 |
| [out] | ar | Archive Boostのアーカイブクラスのインスタンス |
| [in] | p | シリアライズ/デシリアライズされるRGIS::PntC |
| [in] | (未使用) | バージョン |
| void boost::serialization::serialize | ( | Archive & | ar, | |
| LayerArchive::Data & | d, | |||
| const unsigned | int | |||
| ) | [inline] |
| void boost::serialization::serialize | ( | Archive & | ar, | |
| GuiSettings & | gs, | |||
| const unsigned | int | |||
| ) | [inline] |
WindowInfo用シリアライズ関数.
| Archive | Boostのアーカイブクラス名 |
| [out] | ar | Archive Boostのアーカイブクラスのインスタンス |
| [in] | gs | シリアライズ/デシリアライズされるGuiSettings |
| [in] | (未使用) | バージョン |
| void boost::serialization::serialize | ( | Archive & | ar, | |
| WindowInfo & | wi, | |||
| const unsigned | int | |||
| ) | [inline] |
WindowInfo用シリアライズ関数.
| Archive | Boostのアーカイブクラス名 |
| [out] | ar | Archive Boostのアーカイブクラスのインスタンス |
| [in] | wi | シリアライズ/デシリアライズされるWindowInfo |
| [in] | (未使用) | バージョン |
1.5.5