librnr  1.14.5
RoadNarrows Robotics Common Library 1
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  docs
  doxy
 examples.doxy
 main.doxy
  examples
 example_assoc.cExample of a librnr simple associative map operations
 example_checksum.cExample of librnr support for checksum algorithms
 example_config.cExample of using the librnr config module
 example_cpp.cxxNonsensical example that merely test compiling and linking a C++ applciation agains librnr C library
 example_dlist.cExample of a librnr "derived" DListVoid doubly-linked lists
 example_dlist.hExample of a "derived" DListVoid doubly-linked lists
 example_hash.cExample of using a librnr hash table
 example_log.cExample of librnr support for logging and command-line options processing
 example_shm.cExample of librnr support for shared memory
 example_uri.cExample of using the librnr URI utilities
 MakefileMake librnr example applications
  include
  rnr
 assoc.hSimple associative map data and operator declarations
 char.hSimple character manipulations
 checksum.hChecksum algorithms
 color.hNon-GUI color systems
 config.hConfiguration parser declarations
 dlist.hDoubly linked list base implementation
 dliststr.hDoubly linked list of character strings "inherited" from dlistvoid
 dlistvoid.hDoubly linked list (dlist) of data pointers #defines, types, and declarations
 hash.hGeneral purpose hash data and function declarations
 install.hPackage installation information wrapper
 log.hLogger declarations
 new.hMemory allocation and deallocation declarations
 opts.hStandard command-line options options and parsing
 path.hGeneral file name and file path utility declarations
 pkg.hRoadNarrows Robotics standard package information
 rnrconfig.hRoadNarrows Robotics common configuration file
 shm.hShared memory interface
 simplebuf.hSimple [io] buffer declarations and operations
 sock.hSocket services declarations
 sockset.hSocket Sets services definitions
 units.hScientific units
 uri.hUniform Resource Identifier (URI) parsing utilities declarations
 version.hPackage version information
  make
 Bootstrap.mkBootstrap the RN Make System location and define any simple package-specific environment
 Pkg.mkThe RoadNarrows Robotics librnr package master makefile
 upload.sh
 utenv.sh
 assoc.cSimple associvative map operator definitions
 char.cSimple character manipulations
 checksum.cChecksum algorithms
 color.cNon-GUI color systems
 config.cConfiguration parser definitions
 dlistvoid.cDoubly linked list (dlist) of void pointers definitions
 MakefileTop-level librnr makefile
 hash.cGeneral purpose hash data and function declarations
 log.cLogger definitions
 new.cMemory allocation and deallocation definitions
 opts.cStandard command-line options built-in options parsing and validation definitions
 path.cGeneral file name and file path utilities
 shm.cShared memory routines
 simplebuf.cSimple [io] buffer declarations and operations
 sock.cSocket services definitions
 sockset.cSocket Sets services definitions
 units.cUnits names, conversions, etc
 uri.cUniform Resource Identifier (URI) parsing utiliies
 win.cWindows functions for linux