ObjCProtocolDeclarationDO
/** * @brief DO class: An obj c protocol declaration. */ Primary key: oid: int
schema ObjCProtocolDeclarationDO { @primary oid: int, is_definition: int, printable_text: string } ObjCProtocolDeclarationDO::getPrintableText
/** * @brief gets a printed representation of this element, including its structure where applicable. * @return string. */ - Parameter
self:ObjCProtocolDeclarationDO - Return
string
pub fn getPrintableText(self: ObjCProtocolDeclarationDO) -> string; ObjCProtocolDeclarationDO::__all__
Data constraint method.
- Parameter
db:CfamilyDB - Return
*ObjCProtocolDeclarationDO
pub fn __all__(db: CfamilyDB) -> *ObjCProtocolDeclarationDO; ObjCProtocolDeclarationDO::getIsDefinition
/** * @brief Determine whether this particular declaration is also the definition. * @return int */ - Parameter
self:ObjCProtocolDeclarationDO - Return
int
pub fn getIsDefinition(self: ObjCProtocolDeclarationDO) -> int;