]> Creatis software - gdcm.git/blob - src/gdcmDocEntrySet.h
about compile errors
[gdcm.git] / src / gdcmDocEntrySet.h
1 // gdcmDocEntrySet.h
2
3 #ifndef GDCMDOCENTRYSET_H
4 #define GDCMDOCENTRYSET_H
5
6 //-----------------------------------------------------------------------------
7
8 class GDCM_EXPORT gdcmDocEntrySet  {
9
10 public:
11
12
13    gdcmDocEntrySet(void); 
14    ~gdcmDocEntrySet(void);
15
16    void gdcmElementSet::FindDocEntryLength (gdcmDocEntry *Entry);
17
18 protected:
19
20 private:
21
22    bool gdcmDocEntrySet::LoadDocEntriesSet(bool exception_on_error = false) 
23                      throw(gdcmFormatError);
24 };
25
26
27 //-----------------------------------------------------------------------------
28 #endif
29