InterOp
v1.3.2
Code
Issues
Download
Home
Index
Modules
Classes
Files
File List
File Members
io
interop
io
format
generic_layout.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#include <ios>
15
16
namespace
illumina
{
namespace
interop {
namespace
io
17
{
23
template
<
class
MetricType,
int
Version>
24
struct
generic_layout
;
25
30
template
<
class
MetricType,
int
Version>
31
struct
text_layout
;
32
33
34
}}}
35
36
illumina
Definition:
enum_description.h:15
illumina::interop::io::text_layout
Definition:
generic_layout.h:31
illumina::interop::io::generic_layout
Definition:
generic_layout.h:24