14 #include "SegmentKey3DF.h" 31 : m_key(static_cast<SegmentKey3DF &>(segment).Get())
43 if(key != HC_ERROR_KEY) {
50 void Open(
const char *segmentName)
57 HC_KEY Get() {
return m_key; }
59 void Swap(
SmartSegment& other) { std::swap(m_key, other.m_key); }
63 if(m_key != HC_ERROR_KEY) {
Definition: SmartSegment.h:16
void HC_Open_Segment_By_Key(Key key)
void HC_Close_Segment(void)
Key HC_Open_Segment(char const *segment)