public nothrow | Block(BlockId id_, const String<char>& shortName_, const String<char>& longName_, uchar start_, uchar end_) |
public inline nothrow uchar | End() |
public inline nothrow BlockId | Id() |
public inline nothrow const String<char>& | LongName() |
public inline nothrow const String<char>& | ShortName() |
public inline nothrow uchar | Start() |
private uchar | end |
private BlockId | id |
private String<char> | longName |
private String<char> | shortName |
private uchar | start |