File List
Here is a list of all files with brief descriptions:
[detail level 123]
  core
  vsl
 vsl_b_read_block_old.hBackwards compatibility support only
 vsl_basic_xml_element.cxx
 vsl_basic_xml_element.hCreates basic xml nodes and writes them out to the stream A basic node contains only text content, and optionally has attribute(s)
 vsl_binary_explicit_io.hByte-swapping, arbitrary length integer conversion, and explicit I/O
 vsl_binary_io.cxxFunctions to perform consistent binary IO within vsl
 vsl_binary_io.hSet of functions, and objects to perform binary IO
 vsl_binary_loader.hLoader to do Polymorphic IO
 vsl_binary_loader.hxx
 vsl_binary_loader_base.cxx
 vsl_binary_loader_base.h
 vsl_block_binary.cxxSet of functions to do binary IO on a block of values
 vsl_block_binary.hSet of functions to do binary IO on a block of values
 vsl_block_binary_rle.hEfficiently Store/Load a block of values using Run length encoding
 vsl_clipon_binary_loader.h
 vsl_clipon_binary_loader.hxx
 vsl_complex_io.hBinary IO functions for std::complex<T>
 vsl_complex_io.hxxBinary IO functions for std::complex<T>
 vsl_deque_io.hBinary IO functions for std::deque<T>
 vsl_deque_io.hxxBinary IO functions for std::deque<T>
 vsl_fwd.h
 vsl_indent.cxx
 vsl_indent.h
 vsl_list_io.hBinary IO functions for std::list<T>
 vsl_list_io.hxxBinary IO functions for std::list<T>
 vsl_map_io.hBinary IO functions for std::map<Key, T, Compare>
 vsl_map_io.hxxImplementation binary IO functions for vcl_(multi)map<Key, T, Compare>
 vsl_pair_io.hBinary IO functions for std::pair<S, T>
 vsl_pair_io.hxxBinary IO functions for std::pair<T>
 vsl_quick_file.hFunctions for quickly loading and saving binary files
 vsl_set_io.hBinary IO functions for std::set<T>
 vsl_set_io.hxxBinary IO functions for std::set<T>
 vsl_stack_io.hBinary IO functions for std::stack<T>
 vsl_stack_io.hxxBinary IO functions for std::stack<T>
 vsl_stream.hAllows you to use the stream output operator instead of vsl_print_summary
 vsl_string_io.hBinary IO functions for std::basic_string<T>
 vsl_string_io.hxxBinary IO functions for std::basic_string<T>
 vsl_vector_io.hBinary IO functions for std::vector<T>
 vsl_vector_io.hxxBinary IO functions for std::vector<T>
 vsl_vector_io_bool.cxxSpecialised version of binary IO for vector<bool>
 vsl_vector_io_vector_bool.cxxOld deprecated version Specialised version of binary IO for vector<vector<bool> > for backwards compatibility only