Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vcsn::rat::unary< Type, Context > Class Template Reference

#include <fwd.hh>

Inheritance diagram for vcsn::rat::unary< Type, Context >:
Collaboration diagram for vcsn::rat::unary< Type, Context >:

Public Types

using super_t = inner< Context >
 
using value_t = typename super_t::value_t
 
- Public Types inherited from vcsn::rat::inner< Context >
using super_t = node< Context >
 
using value_t = typename super_t::value_t
 
- Public Types inherited from vcsn::rat::node< Context >
using context_t = Context
 
using node_t = rat::node< context_t >
 
using value_t = std::shared_ptr< const node_t >
 A ratexp usable with value semantics. More...
 
using values_t = std::vector< value_t >
 
using const_visitor = vcsn::rat::const_visitor< context_t >
 
- Public Types inherited from vcsn::rat::exp
using type_t = rat::type_t
 The possible types of ratexps. More...
 

Public Member Functions

 unary (value_t exp)
 
virtual type_t type () const
 The type of this node. More...
 
const value_t sub () const
 
virtual void accept (typename super_t::const_visitor &v) const
 
- Public Member Functions inherited from vcsn::rat::exp
virtual ~exp ()=default
 
bool is_unary () const
 Whether star, complement. More...
 
bool is_leaf () const
 Whether a leaf of the ratexp tree. More...
 

Private Attributes

value_t sub_
 

Detailed Description

template<type_t Type, typename Context>
class vcsn::rat::unary< Type, Context >

Definition at line 107 of file fwd.hh.

Member Typedef Documentation

template<type_t Type, typename Context >
using vcsn::rat::unary< Type, Context >::super_t = inner<Context>

Definition at line 184 of file ratexp.hh.

template<type_t Type, typename Context >
using vcsn::rat::unary< Type, Context >::value_t = typename super_t::value_t

Definition at line 185 of file ratexp.hh.

Constructor & Destructor Documentation

template<type_t Type, typename Context >
vcsn::rat::unary< Type, Context >::unary ( value_t  exp)
inline

Definition at line 171 of file ratexp.hxx.

Member Function Documentation

template<type_t Type, typename Context >
auto vcsn::rat::unary< Type, Context >::accept ( typename super_t::const_visitor v) const
inlinevirtual

Implements vcsn::rat::node< Context >.

Definition at line 181 of file ratexp.hxx.

template<type_t Type, typename Context >
auto vcsn::rat::unary< Type, Context >::sub ( ) const
inline

Definition at line 175 of file ratexp.hxx.

template<type_t Type, typename Context >
virtual type_t vcsn::rat::unary< Type, Context >::type ( ) const
inlinevirtual

The type of this node.

Implements vcsn::rat::exp.

Definition at line 188 of file ratexp.hh.

Member Data Documentation

template<type_t Type, typename Context >
value_t vcsn::rat::unary< Type, Context >::sub_
private

Definition at line 195 of file ratexp.hh.


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