spot  2.7.1
Public Types | Public Member Functions | Public Attributes | List of all members
tlyy::parser::basic_symbol< Base > Struct Template Reference

#include <spot/parsetl/parsetl.hh>

Inheritance diagram for tlyy::parser::basic_symbol< Base >:
Collaboration diagram for tlyy::parser::basic_symbol< Base >:

Public Types

typedef Base super_type
 Alias to Base. More...
 

Public Member Functions

 basic_symbol ()
 Default constructor. More...
 
 basic_symbol (const basic_symbol &other)
 Copy constructor. More...
 
 basic_symbol (typename Base::kind_type t, const location_type &l)
 Constructor for valueless symbols. More...
 
 basic_symbol (typename Base::kind_type t, const semantic_type &v, const location_type &l)
 Constructor for symbols with semantic value. More...
 
 ~basic_symbol ()
 Destroy the symbol. More...
 
void clear ()
 Destroy contents, and record that is empty. More...
 
bool empty () const
 Whether empty. More...
 
void move (basic_symbol &s)
 Destructive move, s is emptied into this. More...
 

Public Attributes

semantic_type value
 The semantic value. More...
 
location_type location
 The location. More...
 

Detailed Description

template<typename Base>
struct tlyy::parser::basic_symbol< Base >

A complete symbol.

Expects its Base type to provide access to the symbol type via type_get().

Provide access to semantic value and location.

Member Typedef Documentation

◆ super_type

template<typename Base>
typedef Base tlyy::parser::basic_symbol< Base >::super_type

Alias to Base.

Constructor & Destructor Documentation

◆ basic_symbol() [1/4]

template<typename Base>
tlyy::parser::basic_symbol< Base >::basic_symbol ( )

Default constructor.

◆ basic_symbol() [2/4]

template<typename Base>
tlyy::parser::basic_symbol< Base >::basic_symbol ( const basic_symbol< Base > &  other)

Copy constructor.

◆ basic_symbol() [3/4]

template<typename Base>
tlyy::parser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const location_type l 
)

Constructor for valueless symbols.

◆ basic_symbol() [4/4]

template<typename Base>
tlyy::parser::basic_symbol< Base >::basic_symbol ( typename Base::kind_type  t,
const semantic_type v,
const location_type l 
)

Constructor for symbols with semantic value.

◆ ~basic_symbol()

template<typename Base>
tlyy::parser::basic_symbol< Base >::~basic_symbol ( )

Destroy the symbol.

Member Function Documentation

◆ clear()

template<typename Base>
void tlyy::parser::basic_symbol< Base >::clear ( )

Destroy contents, and record that is empty.

◆ empty()

template<typename Base>
bool tlyy::parser::basic_symbol< Base >::empty ( ) const

Whether empty.

◆ move()

template<typename Base>
void tlyy::parser::basic_symbol< Base >::move ( basic_symbol< Base > &  s)

Destructive move, s is emptied into this.

Member Data Documentation

◆ location

template<typename Base>
location_type tlyy::parser::basic_symbol< Base >::location

The location.

◆ value

template<typename Base>
semantic_type tlyy::parser::basic_symbol< Base >::value

The semantic value.


The documentation for this struct 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 Fri Feb 27 2015 10:00:07 for spot by doxygen 1.8.13