Classes | |
| struct | Sf_Entry | 
Public Member Functions | |
| SackStack (int) | |
| int & | head_right (int n=0) | 
| int & | head_left (int n=0) | 
| int | cnt () | 
| void | reset () | 
| void | push (int n=0) | 
| void | pop (int n=0) | 
Protected Attributes | |
| int | size_ | 
| int | cnt_ | 
| struct SackStack::Sf_Entry * | SFE_ | 
 1.7.1