platform_system_core/base/include/android-base
Luis Hector Chavez f6965c793a Allow android::base::ScopeGuard in STL containers
This change lets android::base::ScopeGuard be useful in STL containers
(e.g. std::vector<android::base::ScopeGuard<std::function<void()>>>). It
also provides perfect forwarding for android::base::make_scope_guard.

Bug: 34764308
Test: libbase_test

Change-Id: I7d1e5494b0f0695763cff0700efdb9ec18ae85c8
Merged-In: I7d1e5494b0f0695763cff0700efdb9ec18ae85c8
(cherry picked from commit b77035b89a)
2018-03-27 00:38:06 +00:00
..
chrono_utils.h base: adb.exe build error 2018-02-05 09:33:10 -08:00
endian.h Add cross-platform <android-base/endian.h>. 2017-02-24 14:03:36 -08:00
errors.h Fix <android-base/*.h> header guards. 2016-03-23 15:04:52 -07:00
file.h Add definition of off64_t for mac os builds 2017-07-25 16:26:23 -07:00
logging.h Base: Add default tag manipulation 2018-03-09 13:20:05 -08:00
macros.h Define current ABI string in android-base/macros.h 2017-08-23 20:46:38 +02:00
memory.h Switch to memcpy for accessing misaligned data. 2016-12-07 03:46:55 -08:00
parsedouble.h libbase: add parsedouble.h. 2016-10-19 11:19:42 -07:00
parseint.h Move off std::sto* function which abort on failure. 2016-10-13 15:34:05 -07:00
parsenetaddress.h Fix <android-base/*.h> header guards. 2016-03-23 15:04:52 -07:00
properties.h Fix timeouts for android::base::WaitForProperty* 2017-03-27 18:05:58 -07:00
quick_exit.h base: add quick_exit emulation. 2016-09-13 17:54:50 -07:00
scopeguard.h Allow android::base::ScopeGuard in STL containers 2018-03-27 00:38:06 +00:00
stringprintf.h Add __attribute__((__format__)) to fastboot's die(). 2018-01-09 11:18:10 -08:00
strings.h EndsWith *suffix* 2018-02-27 16:12:55 +09:00
test_utils.h base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. 2017-12-19 17:16:12 -08:00
thread_annotations.h Adding per-method clang thread safety annotations 2018-01-10 12:25:32 -08:00
unique_fd.h base: hopefully fix the mac build. 2017-08-29 21:28:32 -07:00
utf8.h Add (partial) support for Windows long paths 2017-06-28 17:12:37 +00:00