STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Private Attributes | List of all members
Protocol Class Reference

#import <objc/Protocol.h>

Inheritance diagram for Protocol:
Object

Private Attributes

char * protocol_name
 
struct objc_protocol_list * protocol_list
 
struct
objc_method_description_list * 
instance_methods
 
struct
objc_method_description_list * 
class_methods
 

Additional Inherited Members

- Instance Methods inherited from Object
(Class- class
 
(BOOL- isEqual:
 
- Protected Attributes inherited from Object
Class isa
 

Member Data Documentation

- (struct objc_method_description_list *) class_methods
private
- (struct objc_method_description_list*) instance_methods
private
- (struct objc_protocol_list*) protocol_list
private
- (char*) protocol_name
private

The documentation for this class was generated from the following file: