NGStack
Conforms To: NSObject
Declared In: NGStack.h
Methods: - stackPointer , - count , - isEmpty , - push: , - pop , - clear , - elementAtTop , - topDownEnumerator , - bottomUpEnumerator


Protocol Description
No protocol description.


Method Types
- stackPointer
- count
- isEmpty
- push:
- pop
- clear
- elementAtTop
- topDownEnumerator
- bottomUpEnumerator


Instance Methods
bottomUpEnumerator
- (NSEnumerator *)bottomUpEnumerator
No method description.

clear
- (void)clear
No method description.

count
- (unsigned int)count
No method description.

elementAtTop
- (id)elementAtTop
No method description.

isEmpty
- (BOOL)isEmpty
No method description.

pop
- (id)pop
No method description.

push:
- (void)push:(id)_obj
No method description.

stackPointer
- (unsigned int)stackPointer
No method description.

topDownEnumerator
- (NSEnumerator *)topDownEnumerator
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.