ObjCObjectTypeDO
/**
* @brief DO class: Represents a class type in Objective-C
*/
Primary key: oid: int
schema ObjCObjectTypeDO {
@primary oid: int,
obj_c_interface_declaration_oid: int
}
ObjCObjectTypeDO::getObjCInterfaceDeclarationOid
/**
* @brief gets the obj c interface declaration oid of this element.
* @return int
*/
- Parameter
self
:ObjCObjectTypeDO
- Return
int
pub fn getObjCInterfaceDeclarationOid(self: ObjCObjectTypeDO) -> int;
ObjCObjectTypeDO::__all__
Data constraint method.
- Parameter
db
:CfamilyDB
- Return
*ObjCObjectTypeDO
pub fn __all__(db: CfamilyDB) -> *ObjCObjectTypeDO;