sc_Stack(3)

sc::Stack< T >

Section 3 libsc-doc bookworm source

Description

sc::Stack< T >

NAME

sc::Stack< T >

SYNOPSIS

Public Member Functions

void push (const T &a)
T pop ()
T top () const
int n () const
T operator[] (int i)
void print (std::ostream &os=ExEnv::out0())

Author

Generated automatically by Doxygen for MPQC from the source code.