Accelerated Computation Engine
common.h
1
#ifndef COMMON_H
2
#define COMMON_H
3
#include "global.h"
4
#include "eabstractanalytic.h"
5
//
6
7
8
9
const
EDataStream
& operator>>(
const
EDataStream
& stream,
EMetadata
& meta);
10
EDataStream
& operator<<(
EDataStream
& stream,
const
EMetadata
& meta);
11
EDebug
& operator<<(
EDebug
& debug,
const
EMetadata
*
const
meta);
12
EDebug
& operator<<(
EDebug
& debug,
const
EAbstractAnalytic::Block
*
const
value);
13
14
15
16
#endif
EDataStream
Definition:
edatastream.h:21
EMetadata
Definition:
emetadata.h:22
EDebug
Definition:
edebug.h:38
EAbstractAnalytic::Block
Definition:
eabstractanalytic_block.h:17
Generated by
1.8.14