#include <bit/fieldbase.h>
#include <bit/fieldtype.h>
#include <bit/field.h>
#include <bit/fieldvector.h>
#include <bit/record.h>
#include <bit/recordvector.h>
Go to the source code of this file.
Namespaces | |
namespace | bit |
Functions | |
void | bit::initialize_xml_file_load_path () |
RecordBase::pointer | bit::xml_load_file (const std::string &filename) |
RecordBase::pointer | bit::xml_load_memory (const std::string &string) |
RecordBase::pointer | bit::xml_load_memory_raw (const unsigned char *contents, size_t bytes_count) |
RecordBase::pointer | bit::xml_load_stream (std::istream &in) |
RecordBase::pointer | bit::xml_read_record (xmlpp::Element &xml_element, int &last_position, size_t length_units, size_t offset_units, const FieldType &default_type) |
Field::pointer | bit::xml_read_field (xmlpp::Element &xml_element, int &last_position, size_t length_units, size_t offset_units, const FieldType &default_type) |
FieldType | bit::xml_read_type (xmlpp::Element &xml_element) |
void | bit::xml_read_skip (xmlpp::Element &xml_element, int &last_position, size_t length_units, size_t offset_units) |
size_t | bit::get_units (std::string s) |
std::string | bit::get_xml_file_as_string (const std::string &filename) |