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