Include dependency graph for container_ops.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | vcsn | 
Classes | |
| struct | op_begin_traits | 
| struct | op_rbegin_traits | 
Functions | |
| template<typename S, typename T> | |
| T::iterator | op_begin (const Structure< S > &s, T &v) | 
| template<typename S, typename T> | |
| T::iterator | op_end (const Structure< S > &s, T &v) | 
| template<typename S, typename T> | |
| T::const_iterator | op_begin_const (const Structure< S > &s, const T &v) | 
| template<typename S, typename T> | |
| T::const_iterator | op_end_const (const Structure< S > &s, const T &v) | 
| template<typename S, typename T> | |
| T::reverse_iterator | op_rbegin (const Structure< S > &s, T &v) | 
| template<typename S, typename T> | |
| T::reverse_iterator | op_rend (const Structure< S > &s, T &v) | 
| template<typename S, typename T> | |
| T::const_reverse_iterator | op_rbegin_const (const Structure< S > &s, const T &v) | 
| template<typename S, typename T> | |
| T::const_reverse_iterator | op_rend_const (const Structure< S > &s, const T &v) | 
| template<typename S, typename T> | |
| bool | op_empty (const Structure< S > &s, const T &v) | 
| template<typename S, typename T> | |
| size_t | op_size (const Structure< S > &s, const T &v) | 
| template<typename S, typename T> | |
| size_t | op_max_size (const Structure< S > &s, const T &v) | 
| template<typename S, typename T, typename U> | |
| bool | op_contains_e (const Structure< S > &s, const T &v, const U &c) | 
| template<typename S, typename T, typename U> | |
| void | op_insert (const Structure< S > &s, T &v, const U &c) | 
| template<typename S, typename T> | |
| bool | op_is_finite (const Structure< S > &s, const T &a) | 
This file contains generic implementation of the op_ operators for containers Element.
Definition in file container_ops.hh.
 1.5.1