Home
last modified time | relevance | path

Searched refs:_MEMBER_GETTER_EXPLICIT_SETTER (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/dilay/dilay-1.9.0/lib/src/
H A Dmacro.hpp551 #define _MEMBER_GETTER_EXPLICIT_SETTER(type, name, pass_type) \ macro
559 #define MEMBER_GETTER_EXPLICIT_SETTER(type, name) _MEMBER_GETTER_EXPLICIT_SETTER (type, name, type)
562 _MEMBER_GETTER_EXPLICIT_SETTER (type, name, const type&)