Classes | Defines | Enumerations

ocsBitString.hh File Reference

#include "ocsConst.hh"
#include "ocsTools.hh"
#include "ocsReadWriteTools.hh"
#include "ocsRanNumGen.hh"
#include "StatisticsOfArray.hh"
#include <string>
#include <iostream.h>
#include <string.h>
#include <math.h>
#include <fstream.h>
#include <complex.h>
#include <stdlib.h>
#include <stdio.h>
#include <strstream>

Go to the source code of this file.

Classes

class  BitString

Defines

#define _OCS_SYSTEM_HDRS_

Enumerations

enum  typeBitString {
  ALL_ZEROS = 0, ALL_ONES = 1, SINGLE_ONE = 2, RANDOM_SIMPLE = 3,
  RANDOM_EQUAL_ZEROS_ONES = 4, PSEUDO_RANDOM = 5, USER_DEFINED = 6
}

Define Documentation

#define _OCS_SYSTEM_HDRS_

Enumeration Type Documentation

Enumerator:
ALL_ZEROS 
ALL_ONES 
SINGLE_ONE 
RANDOM_SIMPLE 
RANDOM_EQUAL_ZEROS_ONES 
PSEUDO_RANDOM 
USER_DEFINED