00001 // 00002 //****************************************************************************** 00003 // UNDER.H 00004 //****************************************************************************** 00005 // 00006 // 00007 //******************************************************************************** 00008 // 00009 // Chris Anderson (C) UCLA 1995 00010 // 00011 // Mon Sep 25 11:52:15 1995 00012 // 00013 //******************************************************************************** 00014 // 00015 00016 #include "range.h" 00017 00018 00019 #ifndef __CAMUNDERSCORE__ 00020 #define __CAMUNDERSCORE__ 00021 00022 #include "mvaimpexp.h" 00023 00024 class __IMPEXP__ CAMunderscore 00025 { 00026 00027 public : 00028 00029 // 00030 // Constructors 00031 // 00032 CAMunderscore(); 00033 // 00034 // destructor 00035 // 00036 ~CAMunderscore(); 00037 // 00038 // Public Member Functions 00039 // 00040 CAMrange operator()(long inputSize); 00041 CAMrange operator()(long inputBase, long inputBound); 00042 CAMrange operator()(long inputBase, long inputBound, long inputStride); 00043 00044 }; 00045 #endif 00046 // 00047 // 00048 //******************************************************************************** 00049 // Header File End 00050 //******************************************************************************** 00051 // 00052 00053 00054