| 3372 | { |
| 3373 | public: |
| 3374 | CVRPropertyHelpers( IVRProperties * pProperties ) : m_pProperties( pProperties ) {} |
| 3375 | |
| 3376 | /** Gets the typed property according to the caller's expected return type. */ |
| 3377 | template <typename T> |
nothing calls this directly
no outgoing calls
no test coverage detected