dmlite  0.6
File List
Here is a list of all files with brief descriptions:
[detail level 12345]
o-include
|\-dmlite
| o-c
| |o*any.hOpaque handler to pass different types of values to the API
| |o*catalog.hC wrapper for DMLite Catalog API
| |o*checksums.h
| |o*dmlite.hC wrapper for DMLite
| |o*inode.hC wrapper for DMLite INode API
| |o*io.hC wrapper for I/O interfaces
| |o*pool.hC wrapper for DMLite Pool API
| |\*utils.hC wrapper for DMLite utils
| o-common
| |o*config.hHeader generated by CMake with the build configuration used
| |\*errno.hError codes
| \-cpp
|  o-dummy
|  |o*DummyCatalog.hA dummy plugin that just delegates calls to a decorated one
|  |\*DummyPool.hA dummy plugin that just delegates calls to a decorated one
|  o-utils
|  |o*checksums.hUtility methods for checksum handling
|  |o*extensible.hExtensible types (hold metadata)
|  |o*logger.h
|  |o*poolcontainer.hPooling
|  |o*security.hSecurity functionality shared between modules
|  |\*urls.hCommon methods and functions for URL and path
|  o*authn.hAuthentication API. Any sort of security check is plugin-specific
|  o*base.hBase interfaces
|  o*catalog.hCatalog API
|  o*dmlite.hEntry point for DMLite
|  o*exceptions.hExceptions used by the API
|  o*inode.hLow-level access API
|  o*io.hI/O API. Abstracts how to write or read to/from a disk within a pool
|  o*pooldriver.hPool handling API
|  \*poolmanager.hPool API
\-src
 \-core
  o-builtin
  |o*Authn.hUser and group mapping using the system's ones
  |\*Catalog.hImplementation of a Catalog using other plugins, as INode
  \-defaults
   \*NotImplemented.h