template<typename type, class allocator>
Resizes the array.
Definition at line 115 of file qmemarray.h. Referenced by FX::QMemArrayImpl::Deserialise< true, type, allocator >::Deserialise(), FX::QMemArrayImpl::Deserialise< isPOD, type, allocator >::Deserialise(), FX::TnFXGraph::Expand(), FX::QMemArray< FX::FXCodeToPythonCode::CodeItem >::fill(), FX::TnFXGraph::ReduceE(), FX::TnFXGraph::ReduceE2x(), FX::TnFXGraph::ReduceE2y(), and FX::TnFXGraph::ReduceZ(). 00115 { FXEXCEPTION_STL1 { Base::resize(size); } FXEXCEPTION_STL2; return true; }
|