charspec
charspec::charspec(uint8 type, const char *info)
charspec::dump() const
charspec::set_character_set_info(const char *info)
const charspec kCs0CharacterSet(0, "OSTA Compressed Unicode");
const charspec& character_set() const { return _character_set; }
charspec& character_set() { return _character_set; }
charspec _character_set;
const charspec& logical_volume_id_character_set() const { return _logical_volume_id_character_set; }
charspec& logical_volume_id_character_set() { return _logical_volume_id_character_set; }
const charspec& file_set_id_character_set() const { return _file_set_id_character_set; }
charspec& file_set_id_character_set() { return _file_set_id_character_set; }
charspec _logical_volume_id_character_set; //!< To be set to kCSOCharspec
charspec _file_set_id_character_set;
charspec(uint8 type = 0, const char *info = NULL);
extern const charspec kCs0CharacterSet;
const charspec& descriptor_character_set() const { return _descriptor_character_set; }
charspec& descriptor_character_set() { return _descriptor_character_set; }
const charspec& explanatory_character_set() const { return _explanatory_character_set; }
charspec& explanatory_character_set() { return _explanatory_character_set; }
charspec _descriptor_character_set;
charspec _explanatory_character_set;
charspec& character_set() { return _character_set; }
const charspec& character_set() const { return _character_set; }
charspec _character_set;