#include <rule_rank.h>
Definition at line 21 of file rule_rank.h.
bool re2c::rule_rank_t::is_def |
( |
| ) |
const |
bool re2c::rule_rank_t::is_none |
( |
| ) |
const |
bool re2c::rule_rank_t::operator< |
( |
const rule_rank_t & |
r | ) |
const |
Definition at line 47 of file rule_rank.cc.
49 return value < r.value;
bool re2c::rule_rank_t::operator== |
( |
const rule_rank_t & |
r | ) |
const |
Definition at line 52 of file rule_rank.cc.
54 return value == r.value;
uint32_t re2c::rule_rank_t::uint32 |
( |
| ) |
const |
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
rule_rank_t |
r |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: