20#ifndef SRECORD_OUTPUT_FILE_VMEM_H
21#define SRECORD_OUTPUT_FILE_VMEM_H
32class output_file_vmem:
50 output_file_vmem(
const std::string &file_name);
89 unsigned bytes_per_word;
95 unsigned long address;
115 unsigned width_shift;
133 output_file_vmem(
const output_file_vmem &);
138 output_file_vmem &operator=(
const output_file_vmem &);
static pointer create(const std::string &file_name)
The create class method is used to create new dynamically allocated instances of this class.
virtual ~output_file_vmem()
The destrutcor.
const char * format_name() const
The format_name method is used to obtain the name of this output format.
void address_length_set(int)
The address_length_set method is used to set the minimum number of bytes to be written for addresses ...
void write(const record &)
The write method is used to write a recordonto an output.
void line_length_set(int)
The set_line_length method is used to set the maximum length of an output line, for those formats for...
void command_line(arglex_tool *cmdln)
The command_line method is used by arglex_srec::get_output when parsing the command line,...
int preferred_block_size_get() const
The preferred_block_size_get method is used to get the proferred block size of the output fformat.
bool preferred_block_size_set(int nbytes)
The preferred_block_size_set method is is to set a precific number of bytes for the preferred block s...
output_file()
The default constructor.
std::shared_ptr< output > pointer
The srecord::record class is used to represent a data record read from a file.