该接口类为多目标集合类型的 LPV 对象的基类。 更多...
Public 成员函数 | |
| int | Count () |
| BOOL | Empty () |
| ILObject * | ItemObject (int objIndex) |
Public 成员函数 继承自 ILObject | |
| ILObject * | Copy () |
| LPVErrorCode | Load (LString filename) |
| void | Reset () |
| LPVErrorCode | Save (LString filename) |
| BOOL | Valid () |
该接口类为多目标集合类型的 LPV 对象的基类。
| int Count | ( | ) |
获取集合中 LPV 对象的总数
| BOOL Empty | ( | ) |
检查当前集合是否为空
| 若为空,返回 | True,否则返回 False |