Holds a fake cache transaction if no real one is used. More...
#include <config_cache.hpp>
| Private Types | |
| typedef std::unique_ptr< config_cache_transaction > | value_type | 
| Private Member Functions | |
| fake_transaction (const fake_transaction &)=delete | |
| fake_transaction & | operator= (const fake_transaction &)=delete | 
| fake_transaction () | |
| Private Attributes | |
| value_type | trans_ | 
| Friends | |
| class | config_cache | 
Holds a fake cache transaction if no real one is used.
Definition at line 258 of file config_cache.hpp.
| 
 | private | 
Definition at line 265 of file config_cache.hpp.
| 
 | privatedelete | 
| 
 | inlineprivate | 
Definition at line 268 of file config_cache.hpp.
References game_config::config_cache_transaction::is_active(), and trans_.
| 
 | privatedelete | 
| 
 | friend | 
Definition at line 263 of file config_cache.hpp.
| 
 | private | 
Definition at line 266 of file config_cache.hpp.
Referenced by fake_transaction().