comparison Core/DicomFormat/DicomArray.h @ 3992:f9863630ec7f

working on the shared library for Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Jun 2020 16:07:01 +0200
parents 94f4a18a79cc
children
comparison
equal deleted inserted replaced
3991:5d2348b39392 3992:f9863630ec7f
38 38
39 #include <vector> 39 #include <vector>
40 40
41 namespace Orthanc 41 namespace Orthanc
42 { 42 {
43 class DicomArray : public boost::noncopyable 43 class ORTHANC_PUBLIC DicomArray : public boost::noncopyable
44 { 44 {
45 private: 45 private:
46 typedef std::vector<DicomElement*> Elements; 46 typedef std::vector<DicomElement*> Elements;
47 47
48 Elements elements_; 48 Elements elements_;