Beispiel #1
0
 /**
  * Copy constructor
  *
  * @param c the column
  * @param r the row
  * @param br the record to copy
  */
 protected BooleanRecord(int c, int r, BooleanRecord br)
     : base(Type.BOOLERR, c, r, br)
 {
     value = br.value;
 }
 /**
  * Copy constructor
  *
  * @param c the column
  * @param r the row
  * @param br the record to copy
  */
 protected BooleanRecord(int c, int r, BooleanRecord br)
     : base(Type.BOOLERR, c, r, br)
 {
     value = br.value;
 }