IDL source Global indexinterface Stack : RestrictedAccessCollection
boolean element_pop(out any element)
raises(EmptyCollection);
void pop()
raises(EmptyCollection);
void push(in any element)
raises(ElementInvalid);
boolean top(out any element)
raises(EmptyCollection);