ClanSoft logo
ClanSoft logo

    CL_InputSourceProvider

Interface that provide input sources.

Description

CL_InputSourceProvider is used to open inputsources. This can be from datafile where the inputsource is an index - or it a directory where the files are the inputsources.

Class members

virtual ~CL_InputSourceProvider()
static CL_InputSourceProvider *create_file_provider(const char *path)
static CL_InputSourceProvider *create_datafile_provider(const char *filename)
virtual CL_InputSource *open_source(const char *handle)
virtual CL_InputSourceProvider *clone()

See Also

None


Back to index



This page was built using the Perceps documentation system.