ObjCObjectType
Inherit from Type
Primary key: oid: int
schema ObjCObjectType extends Type {
@primary oid: int,
kind_name: string,
printable_text: string
}
ObjCObjectType::getPrintableText
/**
* @brief gets a printed representation of this element, including its structure where applicable.
* @return string.
*/
- Parameter
self
:ObjCObjectType
- Return
string
pub fn getPrintableText(self: ObjCObjectType) -> string;
ObjCObjectType::__all__
Data constraint method.
- Parameter
db
:CfamilyDB
- Return
*ObjCObjectType
pub fn __all__(db: CfamilyDB) -> *ObjCObjectType;
ObjCObjectType::getKindName
/**
* @brief Type kind name
* @return string
*/
- Parameter
self
:ObjCObjectType
- Return
string
pub fn getKindName(self: ObjCObjectType) -> string;
ObjCObjectType::getObjCInterfaceDeclaration
/**
* @brief gets the obj c interface declaration of this element.
* @return ObjCInterfaceDeclaration
*/
- Parameter
self
:ObjCObjectType
- Return
ObjCInterfaceDeclaration
pub fn getObjCInterfaceDeclaration(self: ObjCObjectType) -> ObjCInterfaceDeclaration;