aimstil  5.0.5
declarations_external.h
Go to the documentation of this file.
1 #ifndef DECLARATIONS_EXTERNAL_H_
2 #define DECLARATIONS_EXTERNAL_H_
3 
5 
6 namespace boost
7 {
8  template < typename T, std::size_t D > class array;
9  template < typename T > class shared_ptr;
10 }
11 
12 namespace std
13 {
14  template < typename T, typename TAlloc > class list;
15  template < typename TKey, typename TValue, typename TCompare, typename TAlloc >
16  class std::map;
17  template < typename TKey, typename TValue, typename TCompare, typename TAlloc >
18  class std::multimap;
19  template < typename TKey, typename TCompare, typename TAlloc >
20  class set;
21  template < typename T, typename TAlloc > class vector;
22 }
23 
24 #endif /*DECLARATIONS_EXTERNAL_H_*/
STL namespace.
void set(TImage &im, typename TImage::value_type value)
Definition: imageArith.h:22