#include "setup/version.hpp"
|
| FLAGS (flags, Bits16, Unicode, ISX) |
|
| version () |
|
| version (version_constant v, flags type=0, bool is_known=false) |
|
| version (boost::uint8_t a, boost::uint8_t b, boost::uint8_t c, boost::uint8_t d=0, flags type=0, bool is_known=false) |
|
unsigned int | a () const |
|
unsigned int | b () const |
|
unsigned int | c () const |
|
unsigned int | d () const |
|
void | load (std::istream &is) |
|
boost::uint16_t | bits () const |
|
bool | is_unicode () const |
|
bool | is_isx () const |
|
bool | is_ambiguous () const |
|
| operator version_constant () const |
|
version_constant | next () |
|
Definition at line 49 of file version.hpp.
◆ version() [1/3]
setup::version::version |
( |
| ) |
|
|
inline |
◆ version() [2/3]
◆ version() [3/3]
setup::version::version |
( |
boost::uint8_t |
a, |
|
|
boost::uint8_t |
b, |
|
|
boost::uint8_t |
c, |
|
|
boost::uint8_t |
d = 0 , |
|
|
flags |
type = 0 , |
|
|
bool |
is_known = false |
|
) |
| |
|
inline |
◆ FLAGS()
setup::version::FLAGS |
( |
flags |
, |
|
|
Bits16 |
, |
|
|
Unicode |
, |
|
|
ISX |
|
|
) |
| |
◆ a()
unsigned int setup::version::a |
( |
| ) |
const |
|
inline |
◆ b()
unsigned int setup::version::b |
( |
| ) |
const |
|
inline |
◆ c()
unsigned int setup::version::c |
( |
| ) |
const |
|
inline |
◆ d()
unsigned int setup::version::d |
( |
| ) |
const |
|
inline |
◆ load()
void setup::version::load |
( |
std::istream & |
is | ) |
|
◆ bits()
boost::uint16_t setup::version::bits |
( |
| ) |
const |
|
inline |
◆ is_unicode()
bool setup::version::is_unicode |
( |
| ) |
const |
|
inline |
◆ is_isx()
bool setup::version::is_isx |
( |
| ) |
const |
|
inline |
◆ is_ambiguous()
bool setup::version::is_ambiguous |
( |
| ) |
const |
- Returns
- true if the version stored might not be correct
Definition at line 353 of file version.cpp.
◆ operator version_constant()
◆ next()
◆ value
◆ variant
flags setup::version::variant |
◆ known
bool setup::version::known |
The documentation for this struct was generated from the following files: