OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
skipper.hpp
Go to the documentation of this file.
1//
2// Struct skipper
3//
4// Copyright (c) 2015, Christof Metzger-Kraus, Helmholtz-Zentrum Berlin
5// All rights reserved
6//
7// This file is part of OPAL.
8//
9// OPAL is free software: you can redistribute it and/or modify
10// it under the terms of the GNU General Public License as published by
11// the Free Software Foundation, either version 3 of the License, or
12// (at your option) any later version.
13//
14// You should have received a copy of the GNU General Public License
15// along with OPAL. If not, see <https://www.gnu.org/licenses/>.
16//
17#ifndef SKIPPER_HPP_
18#define SKIPPER_HPP_
19
20// Skipper functionality is now handled by SimpleParser::skipWhitespace()
21// This file kept for compatibility but no longer needed
23namespace SDDS {
24 namespace parser {
25 // Skipper is now integrated into SimpleParser
26 }
27} // namespace SDDS
28
29#endif