AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
| 命名空间 | 类型定义 | 函数
APIElementId.h 文件参考
#include <map>
#include <set>
#include <list>
#include <vector>

浏览源代码.

class  AnyCAD::API::ElementId
 The id. 更多...
 

命名空间

 AnyCAD
 
 AnyCAD::API
 

类型定义

typedef std::set< ElementId > AnyCAD::API::ElementIdSet
 
typedef std::vector< ElementId > AnyCAD::API::ElementIdList
 
typedef std::map< ElementId,
ElementId > 
AnyCAD::API::ElementIdMap
 

函数

std::ostream & AnyCAD::API::operator<< (std::ostream &os, const ElementId &id)
 
std::istream & AnyCAD::API::operator>> (std::istream &is, ElementId &id)