OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
data.cpp
Go to the documentation of this file.
1 //
2 // Copyright & License: See Copyright.readme in src directory
3 //
4 
5 #include "data.hpp"
6 #include "data_def.hpp"
7 
8 typedef std::string::const_iterator iterator_t;
9 template struct SDDS::parser::data_parser<iterator_t>;
std::string::const_iterator iterator_t
Definition: array.cpp:8