4  * Hewlett-Packard Company
 
     6  * Copyright (c) 1996,1997
 
     7  * Silicon Graphics Computer Systems, Inc.
 
    10  * Moscow Center for SPARC Technology
 
    15  * This material is provided "as is", with absolutely no warranty expressed
 
    16  * or implied. Any use is at your own risk.
 
    18  * Permission to use or copy this software for any purpose is hereby granted
 
    19  * without fee, provided the above notices are retained on all copies.
 
    20  * Permission to modify the code and to distribute modified code is granted,
 
    21  * provided the above notices are retained, and a notice that the code was
 
    22  * modified is included with the above copyright notice.
 
    26 #ifndef _STLP_ITERATOR
 
    27 #define _STLP_ITERATOR
 
    29 # ifndef _STLP_OUTERMOST_HEADER_ID
 
    30 #  define _STLP_OUTERMOST_HEADER_ID 0x38
 
    31 #  include <stl/_prolog.h>
 
    34 # ifdef _STLP_PRAGMA_ONCE
 
    38 #if defined (_STLP_IMPORT_VENDOR_STD)
 
    39 # include _STLP_NATIVE_HEADER(iterator)
 
    42 # ifndef _STLP_INTERNAL_ITERATOR_H
 
    43 #  include <stl/_iterator.h>
 
    46 # ifndef _STLP_INTERNAL_STREAM_ITERATOR_H
 
    47 #  include <stl/_stream_iterator.h>
 
    50 # if (_STLP_OUTERMOST_HEADER_ID == 0x38)
 
    51 #  include <stl/_epilog.h>
 
    52 #  undef _STLP_OUTERMOST_HEADER_ID
 
    55 #endif /* _STLP_ITERATOR */