10 #ifndef _STRUS_ANALYZER_OBJBUILD_LIB_HPP_INCLUDED 
   11 #define _STRUS_ANALYZER_OBJBUILD_LIB_HPP_INCLUDED 
   17 class AnalyzerObjectBuilderInterface;
 
   19 class ErrorBufferInterface;
 
   21 class FileLocatorInterface;
 
   26 AnalyzerObjectBuilderInterface*
 
   28                 const FileLocatorInterface* filelocator,
 
   29                 ErrorBufferInterface* errorhnd);
 
AnalyzerObjectBuilderInterface * createAnalyzerObjectBuilder_default(const FileLocatorInterface *filelocator, ErrorBufferInterface *errorhnd)
Create a storage object builder with the builders from the standard strus core libraries (without mod...