CORBAservices

Interface CosCollection::Stack

IDL source    Global index
interface Stack : RestrictedAccessCollection


Operation index.

  • element_pop
  • pop
  • push
  • top
  • Operations.

  • element_pop

      boolean element_pop(out any element)
        raises(EmptyCollection);

  • pop

      void pop()
        raises(EmptyCollection);

  • push

      void push(in any element)
        raises(ElementInvalid);

  • top

      boolean top(out any element)
        raises(EmptyCollection);


    Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
    with Sandia idldoc 1.0.