|
@@ -76,10 +76,12 @@ public:
|
|
name_(name),
|
|
name_(name),
|
|
state_(state)
|
|
state_(state)
|
|
{}
|
|
{}
|
|
|
|
+
|
|
/// \brief Get the current segment state
|
|
/// \brief Get the current segment state
|
|
MemorySegmentState getSegmentState() const {
|
|
MemorySegmentState getSegmentState() const {
|
|
return (state_);
|
|
return (state_);
|
|
}
|
|
}
|
|
|
|
+
|
|
/// \brief Get the current name.
|
|
/// \brief Get the current name.
|
|
///
|
|
///
|
|
/// \note The name may not be changed once the object is constructed.
|
|
/// \note The name may not be changed once the object is constructed.
|