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. */ 
pub fn getPrintableText(self: ObjCProtocolDeclarationDO) -> string; 

ObjCProtocolDeclarationDO::__all__

Data constraint method.

pub fn __all__(db: CfamilyDB) -> *ObjCProtocolDeclarationDO; 

ObjCProtocolDeclarationDO::getIsDefinition

/** * @brief Determine whether this particular declaration is also the definition. * @return int */ 
pub fn getIsDefinition(self: ObjCProtocolDeclarationDO) -> int;