template <class T, class Compare>

class HangingGetHelper

Defined at line 83 of file ../../src/camera/lib/hanging_get_helper/hanging_get_helper.h

Public Methods

bool Get (fit::function<void (T)> callback)

Sets or updates the saved callback to the provided value. Returns true iff an existing callback

was overwritten.

Defined at line 88 of file ../../src/camera/lib/hanging_get_helper/hanging_get_helper.h

bool Set (T value)

Sets or updates the pending value to the provided value. Returns true iff an existing value was

overwritten.

Defined at line 108 of file ../../src/camera/lib/hanging_get_helper/hanging_get_helper.h