16 #ifndef INCLUDED_protocols_wum_SilentStructStore_hh
17 #define INCLUDED_protocols_wum_SilentStructStore_hh
25 #include <utility/pointer/ReferenceCount.hh>
26 #include <utility/vector1.hh>
30 #include <utility/exit.hh>
63 typedef std::vector < core::io::silent::SilentStructOP >::iterator
iterator;
64 typedef std::vector < core::io::silent::SilentStructOP >::const_iterator
const_iterator;
120 if( index >=
store_.size() ) runtime_assert(
false );
126 if( index >=
store_.size() ) runtime_assert(
false );
134 void serialize( std::ostream & out )
const ;
143 void print( std::ostream & out )
const ;
145 std::vector < core::io::silent::SilentStructOP > &
store() {
return store_; }
169 std::vector < core::io::silent::SilentStructOP >
store_;