summaryrefslogtreecommitdiffstats
path: root/test/internal/utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* internal/utils: performCallback should preserve argument referencesWilliam A. Kennington III2019-03-291-0/+17
| | | | | | | | Arguments including the function are now passed with reference types forwarded. Change-Id: I32cf4704737faa6c140d16352528ceb0d738f5b8 Signed-off-by: William A. Kennington III <wak@google.com>
* internal/utils: Errors now have namesWilliam A. Kennington III2018-07-171-5/+7
|
* source/base: Refactor out callback routineWilliam A. Kennington III2018-07-171-0/+38
The callback mechanism will be used by other callback methods in the same fashion, so we can template and re-use this functionality
OpenPOWER on IntegriCloud