SIS
Symmetric Index Structures
|
00001 #ifndef PAIRSTATEADAPTER_HPP 00002 #define PAIRSTATEADAPTER_HPP 00003 00004 #include "../cppbase.hpp" 00005 00006 namespace lmu { namespace cis { namespace sis { 00007 00010 class PairStateAdapter : public PairState { 00011 inline bool explicit() { return (transition == NO); } 00012 inline UINT number_of_transitions() { return automaton()->number_of_transitions(); } 00013 }; 00014 00015 }}}; // namespace 00016 00017 #endif /* end of include guard: PAIRSTATEADAPTER_HPP */