GNU g++  v5.2.1
GNU Standard C++
safe_sequence.h File Reference

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>
Include dependency graph for safe_sequence.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This file is a GNU debug extension to the Standard C++ Library.