This file is a GNU debug extension to the Standard C++ Library. More...
#include <debug/debug.h>
#include <debug/macros.h>
#include <debug/functions.h>
#include <debug/safe_base.h>
#include <debug/safe_sequence.tcc>
Classes | |
class | __gnu_debug::_After_nth_from< _Iterator > |
A function object that returns true when the given random access iterator is at least n steps away from the given iterator. More... | |
class | __gnu_debug::_Equal_to< _Type > |
A simple function object that returns true if the passed-in value is equal to the stored value. More... | |
class | __gnu_debug::_Not_equal_to< _Type > |
A simple function object that returns true if the passed-in value is not equal to the stored value. More... | |
class | __gnu_debug::_Safe_iterator< _Iterator, _Sequence > |
Safe iterator wrapper. More... | |
class | __gnu_debug::_Safe_node_sequence< _Sequence > |
Like _Safe_sequence but with a special _M_invalidate_all implementation not invalidating past-the-end iterators. More... | |
class | __gnu_debug::_Safe_sequence< _Sequence > |
Base class for constructing a safe sequence type that tracks iterators that reference it. More... | |
Namespaces | |
__gnu_debug | |
GNU debug classes for public use. | |
This file is a GNU debug extension to the Standard C++ Library.