- Code: Select all
template<class T>
/**
* Emits a `valueChanged´ Observation event for `attributeName´ with
* `newValue´ of type `T'.
*/
inline void valueChanged(const string & attributeName, const T & newValue);
This template declaration comes inside a class declaration body.