Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Ovr.cpp File Reference
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <stdio.h>
#include <Ovr.h>
Include dependency graph for Ovr.cpp:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Ovr &sxovr)
 

Variables

static char * mockData = NULL
 
static int MOCK_SIZE = 0
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Ovr sxovr 
)

Print all the information about this class

Definition at line 162 of file Ovr.cpp.

Variable Documentation

int MOCK_SIZE = 0
static

Definition at line 11 of file Ovr.cpp.

char* mockData = NULL
static

Data source in case we need to mock Ovr values

Definition at line 10 of file Ovr.cpp.