vsl Directory Reference

Files

file  vsl_b_read_block_old.h [code]
 Backwards compatibility support only.
 
file  vsl_basic_xml_element.cxx [code]
 
file  vsl_basic_xml_element.h [code]
 creates basic xml nodes and writes them out to the stream A basic node contains only text content, and optionally has attribute(s).
 
file  vsl_binary_explicit_io.h [code]
 Byte-swapping, arbitrary length integer conversion, and explicit I/O.
 
file  vsl_binary_io.cxx [code]
 Functions to perform consistent binary IO within vsl.
 
file  vsl_binary_io.h [code]
 Set of functions, and objects to perform binary IO.
 
file  vsl_binary_loader.h [code]
 Loader to do Polymorphic IO.
 
file  vsl_binary_loader.hxx [code]
 
file  vsl_binary_loader_base.cxx [code]
 
file  vsl_binary_loader_base.h [code]
 
file  vsl_block_binary.cxx [code]
 Set of functions to do binary IO on a block of values.
 
file  vsl_block_binary.h [code]
 Set of functions to do binary IO on a block of values.
 
file  vsl_block_binary_rle.h [code]
 Efficiently Store/Load a block of values using Run length encoding.
 
file  vsl_clipon_binary_loader.h [code]
 
file  vsl_clipon_binary_loader.hxx [code]
 
file  vsl_complex_io.h [code]
 binary IO functions for std::complex<T>
 
file  vsl_complex_io.hxx [code]
 binary IO functions for std::complex<T>
 
file  vsl_deque_io.h [code]
 binary IO functions for std::deque<T>
 
file  vsl_deque_io.hxx [code]
 binary IO functions for std::deque<T>
 
file  vsl_fwd.h [code]
 
file  vsl_indent.cxx [code]
 
file  vsl_indent.h [code]
 
file  vsl_list_io.h [code]
 binary IO functions for std::list<T>
 
file  vsl_list_io.hxx [code]
 binary IO functions for std::list<T>
 
file  vsl_map_io.h [code]
 binary IO functions for std::map<Key, T, Compare>
 
file  vsl_map_io.hxx [code]
 Implementation binary IO functions for vcl_(multi)map<Key, T, Compare>
 
file  vsl_pair_io.h [code]
 binary IO functions for std::pair<S, T>
 
file  vsl_pair_io.hxx [code]
 binary IO functions for std::pair<T>
 
file  vsl_quick_file.h [code]
 Functions for quickly loading and saving binary files.
 
file  vsl_set_io.h [code]
 binary IO functions for std::set<T>
 
file  vsl_set_io.hxx [code]
 binary IO functions for std::set<T>
 
file  vsl_stack_io.h [code]
 binary IO functions for std::stack<T>
 
file  vsl_stack_io.hxx [code]
 binary IO functions for std::stack<T>
 
file  vsl_stream.h [code]
 Allows you to use the stream output operator instead of vsl_print_summary.
 
file  vsl_string_io.h [code]
 binary IO functions for std::basic_string<T>
 
file  vsl_string_io.hxx [code]
 binary IO functions for std::basic_string<T>
 
file  vsl_vector_io.h [code]
 binary IO functions for std::vector<T>
 
file  vsl_vector_io.hxx [code]
 binary IO functions for std::vector<T>
 
file  vsl_vector_io_bool.cxx [code]
 Specialised version of binary IO for vector<bool>
 
file  vsl_vector_io_vector_bool.cxx [code]
 Old deprecated version Specialised version of binary IO for vector<vector<bool> > for backwards compatibility only.