container_ops.hh File Reference

Generic operators for containers. More...

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)


Detailed Description

Generic operators for containers.

This file contains generic implementation of the op_ operators for containers Element.

Definition in file container_ops.hh.


Generated on Sun Jul 29 19:37:13 2007 for Vaucanson by  doxygen 1.5.2