casa
$Rev:20696$
|
#include <SearcherFactory.h>
Public Member Functions | |
virtual | ~SearcherFactory () |
Static Public Member Functions | |
static Searcher * | getSearcher (bool local) |
Generates an appropriate searcher. | |
Private Member Functions | |
SearcherFactory () | |
Static Private Member Functions | |
static String | getLocation (bool local) |
Definition at line 31 of file SearcherFactory.h.
virtual casa::SearcherFactory::~SearcherFactory | ( | ) | [virtual] |
casa::SearcherFactory::SearcherFactory | ( | ) | [private] |
static String casa::SearcherFactory::getLocation | ( | bool | local | ) | [static, private] |
static Searcher* casa::SearcherFactory::getSearcher | ( | bool | local | ) | [static] |
Generates an appropriate searcher.
Callers are responsible for deleting the searcher when they are done with it. Searchers can either be local to the file system or possibly accessing the Splatalogue database via the network in the future.