Show
Ignore:
Timestamp:
07/28/09 15:07:47 (15 years ago)
Author:
vbarta
Message:

moved egiw_test to testsuite (partially converted to a configurable test); added public method clearing RVs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/bdmbase.cpp

    r430 r436  
    1212RV RV0=RV(); 
    1313 
     14void RV::clear_all() 
     15{ 
     16    RV_MAP.clear(); 
     17    RV_SIZES.clear(); 
     18    RV_NAMES = Array<string>(RV_BUFFER_STEP); 
     19} 
     20   
    1421int RV::init ( const string &name, int size ) { 
    1522        //Refer