8#ifndef INCLUDED_BSLSTP_ITERATOR
9#define INCLUDED_BSLSTP_ITERATOR
44/ * Hewlett-Packard Company
46/ * Copyright (c) 1996-1998
47/ * Silicon Graphics Computer Systems, Inc.
50/ * Moscow Center
for SPARC Technology
55/ * This material is provided
"as is", with absolutely no warranty expressed
56/ * or implied. Any use is at your own risk.
58/ * Permission to use or copy
this software
for any purpose is hereby granted
59/ * without fee, provided the above notices are retained on all copies.
60/ * Permission to modify the code and to distribute modified code is granted,
61/ * provided the above notices are retained, and a notice that the code was
62/ * modified is included with the above copyright notice.
84#ifdef BDE_OPENSOURCE_PUBLICATION
85#error "bslstp_iterator is not for publication"
93struct _Nonconst_traits;
Definition bdlb_printmethods.h:283
Definition bslstp_iterator.h:96
const _Tp * pointer
Definition bslstp_iterator.h:99
_Tp value_type
Definition bslstp_iterator.h:97
const _Tp & reference
Definition bslstp_iterator.h:98
_Nonconst_traits< _Tp > _Non_const_traits
Definition bslstp_iterator.h:100
Definition bslstp_iterator.h:104
_Tp & reference
Definition bslstp_iterator.h:106
_Tp value_type
Definition bslstp_iterator.h:105
_Nonconst_traits< _Tp > _Non_const_traits
Definition bslstp_iterator.h:108
_Tp * pointer
Definition bslstp_iterator.h:107