librostlab-blast  1.0.1
Public Types | Public Member Functions | Public Attributes | List of all members
rostlab::blast::parser::basic_symbol< Base > Struct Template Reference

#include <blast-parser-parser.h>

Inheritance diagram for rostlab::blast::parser::basic_symbol< Base >:
Inheritance graph
[legend]
Collaboration diagram for rostlab::blast::parser::basic_symbol< Base >:
Collaboration graph
[legend]

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 ()
 
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 rostlab::blast::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.

Definition at line 205 of file blast-parser-parser.h.

Member Typedef Documentation

template<typename Base>
typedef Base rostlab::blast::parser::basic_symbol< Base >::super_type

Alias to Base.

Definition at line 208 of file blast-parser-parser.h.

Constructor & Destructor Documentation

template<typename Base>
rostlab::blast::parser::basic_symbol< Base >::basic_symbol ( )

Default constructor.

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

Copy constructor.

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

Constructor for valueless symbols.

template<typename Base>
rostlab::blast::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.

template<typename Base>
rostlab::blast::parser::basic_symbol< Base >::~basic_symbol ( )

Member Function Documentation

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

Destructive move, s is emptied into this.

Member Data Documentation

The location.

Definition at line 234 of file blast-parser-parser.h.

template<typename Base>
semantic_type rostlab::blast::parser::basic_symbol< Base >::value

The semantic value.

Definition at line 231 of file blast-parser-parser.h.


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