libmoost
moost::io::file_backed_data_source_factory Class Reference

#include <file_backed_data_source.hpp>

List of all members.

Public Member Functions

template<typename DataPolicy >
boost::shared_ptr
< file_backed_data_source
< DataPolicy > > 
createFromConfig (const DataPolicy &dataPolicy, file_backed_data_source_config conf)
template<typename DataPolicy >
boost::shared_ptr
< file_backed_data_source
< DataPolicy > > 
createFromXml (const DataPolicy &dataPolicy, const std::string &xmlFilepath)

Detailed Description

Definition at line 362 of file file_backed_data_source.hpp.


Member Function Documentation

template<typename DataPolicy >
boost::shared_ptr<file_backed_data_source<DataPolicy> > moost::io::file_backed_data_source_factory::createFromConfig ( const DataPolicy &  dataPolicy,
file_backed_data_source_config  conf 
) [inline]

Definition at line 367 of file file_backed_data_source.hpp.

Here is the caller graph for this function:

template<typename DataPolicy >
boost::shared_ptr<file_backed_data_source<DataPolicy> > moost::io::file_backed_data_source_factory::createFromXml ( const DataPolicy &  dataPolicy,
const std::string &  xmlFilepath 
) [inline]

Definition at line 376 of file file_backed_data_source.hpp.

Here is the call graph for this function:


The documentation for this class was generated from the following file: