OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
column.cpp
Go to the documentation of this file.
1 //
2 // Copyright & License: See Copyright.readme in src directory
3 //
4 
5 #include "column_def.hpp"
6 
7 unsigned int SDDS::column::count_m = 0;
8 
9 typedef std::string::const_iterator iterator_t;
10 template struct SDDS::parser::column_parser<iterator_t>;
static unsigned int count_m
Definition: column.hpp:44
std::string::const_iterator iterator_t
Definition: array.cpp:8