Home
last modified time | relevance | path

Searched defs:OFVector (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofvector.h37 #define OFVector std::vector macro
39 #define OFVector vector macro
86 OFVector() : values_(NULL), allocated_(0), size_(0) in OFVector() function
94 OFVector(const OFVector& other) : values_(NULL), allocated_(0), size_(0) in OFVector() function
118 OFVector(const_iterator from, const_iterator to) : values_(NULL), allocated_(0), size_(0) in OFVector() function