mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 04:34:43 +02:00
parent
b5d4d9aba3
commit
02442ff36f
@ -286,12 +286,6 @@ public:
|
|||||||
return boost::get<T>(m_Value);
|
return boost::get<T>(m_Value);
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename T>
|
|
||||||
const T *GetPtr(void) const
|
|
||||||
{
|
|
||||||
return &boost::get<T>(m_Value);
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
boost::variant<boost::blank, double, bool, String, Object::Ptr> m_Value;
|
boost::variant<boost::blank, double, bool, String, Object::Ptr> m_Value;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user