AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 静态 Public 属性 | 友元 | 所有成员列表
AnyCAD::API::ElementId类 参考

The id. 更多...

#include <APIElementId.h>

Public 成员函数

 ElementId (int id)
 
 ElementId ()
 
int AsInt () const
 
bool IsValid () const
 
bool operator< (const ElementId &other) const
 
bool operator> (const ElementId &other) const
 
bool operator== (const ElementId &other) const
 
bool operator!= (const ElementId &other) const
 
bool operator>= (const ElementId &other) const
 
bool operator<= (const ElementId &other) const
 
ElementIdoperator++ ()
 

静态 Public 属性

static const ElementId InvalidId
 

友元

std::istream & operator>> (std::istream &is, ElementId &id)
 

详细描述

The id.

作者
AnyCAD

构造及析构函数说明

AnyCAD::API::ElementId::ElementId ( int  id)
explicit
AnyCAD::API::ElementId::ElementId ( )

成员函数说明

int AnyCAD::API::ElementId::AsInt ( ) const
inline
bool AnyCAD::API::ElementId::IsValid ( ) const
bool AnyCAD::API::ElementId::operator!= ( const ElementId other) const
inline
ElementId& AnyCAD::API::ElementId::operator++ ( )
inline
bool AnyCAD::API::ElementId::operator< ( const ElementId other) const
inline
bool AnyCAD::API::ElementId::operator<= ( const ElementId other) const
inline
bool AnyCAD::API::ElementId::operator== ( const ElementId other) const
inline
bool AnyCAD::API::ElementId::operator> ( const ElementId other) const
inline
bool AnyCAD::API::ElementId::operator>= ( const ElementId other) const
inline

友元及相关函数文档

std::istream& operator>> ( std::istream &  is,
ElementId id 
)
friend

类成员变量说明

const ElementId AnyCAD::API::ElementId::InvalidId
static

该类的文档由以下文件生成: