spot  0.9.2
Public Member Functions | Private Attributes
spot::ltl::succ_iterator Class Reference

#include <ltlast/nfa.hh>

Collaboration diagram for spot::ltl::succ_iterator:
Collaboration graph

List of all members.

Public Member Functions

 succ_iterator (const nfa::state::const_iterator s)
void operator++ ()
bool operator!= (const succ_iterator &rhs) const
const nfa::transitionoperator* () const

Private Attributes

nfa::state::const_iterator i_

Constructor & Destructor Documentation

spot::ltl::succ_iterator::succ_iterator ( const nfa::state::const_iterator  s)
inline

Member Function Documentation

bool spot::ltl::succ_iterator::operator!= ( const succ_iterator rhs) const
inline

References i_.

const nfa::transition* spot::ltl::succ_iterator::operator* ( ) const
inline

References i_.

void spot::ltl::succ_iterator::operator++ ( )
inline

References i_.


Member Data Documentation

nfa::state::const_iterator spot::ltl::succ_iterator::i_
private

Referenced by operator!=(), operator*(), and operator++().


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

Please comment this page and report errors about it on the RefDocComments page.
Generated on Mon Jul 2 2012 17:35:49 for spot by doxygen 1.8.1.1