Package sfc :: Package dofcode :: Module Ptv
[hide private]
[frames] | no frames]

Module Ptv

source code

Variables [hide private]
  header = ...
  implementation = ...
Variables Details [hide private]

header

Value:
"""
#ifndef SFC_PTV_IS_INCLUDED
#define SFC_PTV_IS_INCLUDED

#include <functional>
#include <iostream>


...

implementation

Value:
"""
#include "Ptv.h"
#include <iostream>
#include <math.h>
#include <stdexcept>


using std::ostream;
...