libopenraw  0.3.7
olympusmnotedir.hpp
1 
2 
3 
4 namespace OpenRaw {
5 namespace Internals {
6 
7 
9  : public MakerNoteDir
10 {
11 public:
12  OlympusMNoteDir(off_t _offset, IfdFileContainer & _container,
13  off_t mnote_offset);
14 
15  virtual bool checkHeader(uint32_t & size);
16 
17 };
18 
19 }
20 }
21 
22 /*
23  Local Variables:
24  mode:c++
25  c-file-style:"stroustrup"
26  c-file-offsets:((innamespace . 0))
27  indent-tabs-mode:nil
28  fill-column:80
29  End:
30 */
Global namespace for libopenraw.
Definition: arwfile.cpp:29