Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

vector.h File Reference

#include <algorithm>
#include <boost/assert.hpp>
#include <gslib/rotate.h>
#include <gslib/static_container/STATIC_CONTAINER_MEMBERTYPEDEF.h>
#include <gslib/static_container/destruct.h>
#include <gslib/static_container/compare_methods.h>
#include <gslib/numeric.h>
#include <boost/call_traits.hpp>

Include dependency graph for vector.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  gslib
namespace  gslib::static_container

Defines

#define STATIC_VECTOR_FOREACH(op)
 実装用マクロ


Define Documentation

#define STATIC_VECTOR_FOREACH op   ) 
 

Value:

for ( iterator it = begin(); it != end(); ++it ) {\
            op;\
        }
実装用マクロ

Definition at line 71 of file vector.h.

Referenced by gslib::static_container::vector< Value, MaxSize >::vector().


Generated on Sat Nov 27 15:02:49 2004 for static_container by doxygen 1.3.6