19 #ifndef TORC_BITSTREAM_FACTORY_HPP
20 #define TORC_BITSTREAM_FACTORY_HPP
23 #include <boost/filesystem.hpp>
24 #include <boost/smart_ptr.hpp>
29 namespace bitstream {
class FactoryUnitTest; }
47 #endif // TORC_BITSTREAM_FACTORY_HPP
Header for the Bitstream class.
boost::filesystem::path path
static BitstreamSharedPtr newBitstreamPtr(const boost::filesystem::path &inPath)
friend class torc::bitstream::bitstream::FactoryUnitTest
boost::shared_ptr< Bitstream > BitstreamSharedPtr
Helper class for bitstreams.