You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AtomCore/Tests
santorac 2c55ea574d Added a new ScopedValue utility class that simply sets a value when it goes out of scope. This is particularly handy for flags that track whether the callstack is inside a particular scope, like a m_isInitializing flag.
Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
4 years ago
..
ArrayView.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ConcurrencyCheckerTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
InstanceDatabase.cpp Code/Framework/AtomCore 4 years ago
Main.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
NameSetTests.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
ScopedValueTest.cpp Added a new ScopedValue utility class that simply sets a value when it goes out of scope. This is particularly handy for flags that track whether the callstack is inside a particular scope, like a m_isInitializing flag. 4 years ago
atomcore_tests_files.cmake Added a new ScopedValue utility class that simply sets a value when it goes out of scope. This is particularly handy for flags that track whether the callstack is inside a particular scope, like a m_isInitializing flag. 4 years ago
lru_cache.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
vector_set.cpp Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago