spot  1.2.1a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Public Member Functions | Protected Attributes | List of all members
spot::compressed_stack_of_lowlink Class Reference

this class represents a compaction of the lowlink stack More...

#include <fasttgbaalgos/ec/lowlink_stack.hh>

Inheritance diagram for spot::compressed_stack_of_lowlink:
Inheritance graph
Collaboration diagram for spot::compressed_stack_of_lowlink:
Collaboration graph

Classes

struct  ll_elt
 

Public Member Functions

 compressed_stack_of_lowlink (acc_dict &acc)
 
virtual ~compressed_stack_of_lowlink ()
 Clean the stack before desroying it. More...
 
virtual void push (int lowlink)
 Insert a new lowlink into the stack. More...
 
virtual int top ()
 Return the lowlink at the top of the stack. More...
 
virtual const marksettop_acceptance ()
 Modify the acceptance set at for the elemet at the top of the stack. More...
 
virtual int pop ()
 pop the element at the top of the stack More...
 
virtual void set_top (int ll, markset m)
 
virtual void set_top (int ll)
 Usefull for SCC-computation. More...
 
virtual unsigned int max_size ()
 Return the peak of this stack. More...
 
virtual unsigned int size ()
 Return the current size of the stack. More...
 

Protected Attributes

marksetempty_
 The empty markset. More...
 
unsigned int max_size_
 

Detailed Description

this class represents a compaction of the lowlink stack

Constructor & Destructor Documentation

virtual spot::compressed_stack_of_lowlink::~compressed_stack_of_lowlink ( )
inlinevirtual

Clean the stack before desroying it.

References pop().

Member Function Documentation

virtual unsigned int spot::compressed_stack_of_lowlink::max_size ( )
inlinevirtual

Return the peak of this stack.

Reimplemented from spot::stack_of_lowlink.

virtual int spot::compressed_stack_of_lowlink::pop ( )
inlinevirtual

pop the element at the top of the stack

Reimplemented from spot::stack_of_lowlink.

Referenced by ~compressed_stack_of_lowlink().

virtual void spot::compressed_stack_of_lowlink::push ( int  lowlink)
inlinevirtual

Insert a new lowlink into the stack.

Reimplemented from spot::stack_of_lowlink.

virtual void spot::compressed_stack_of_lowlink::set_top ( int  ll,
markset  m 
)
inlinevirtual

Modify lowlink and marset for the element of the top of the stack

Reimplemented from spot::stack_of_lowlink.

virtual void spot::compressed_stack_of_lowlink::set_top ( int  ll)
inlinevirtual

Usefull for SCC-computation.

Reimplemented from spot::stack_of_lowlink.

virtual unsigned int spot::compressed_stack_of_lowlink::size ( )
inlinevirtual

Return the current size of the stack.

Reimplemented from spot::stack_of_lowlink.

virtual int spot::compressed_stack_of_lowlink::top ( )
inlinevirtual

Return the lowlink at the top of the stack.

Reimplemented from spot::stack_of_lowlink.

virtual const markset& spot::compressed_stack_of_lowlink::top_acceptance ( )
inlinevirtual

Modify the acceptance set at for the elemet at the top of the stack.

Reimplemented from spot::stack_of_lowlink.

Member Data Documentation

markset* spot::stack_of_lowlink::empty_
protectedinherited

The documentation for this class was generated from the following file:

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Tue Jan 21 2014 16:52:02 for spot by doxygen 1.8.5