Matrix Science Mascot Parser toolkit
Loading...
Searching...
No Matches
ms_input_stream.hpp
1
/*
2
##############################################################################
3
# file: ms_input_stream.hpp #
4
# 'msparser' toolkit #
5
# #
6
##############################################################################
7
# COPYRIGHT NOTICE #
8
# Copyright 2014 Matrix Science Limited All Rights Reserved. #
9
# #
10
##############################################################################
11
# $Archive:: $
12
# $Author: villek@matrixscience.com $
13
# $Date: 2018-07-30 16:23:53 +0100 $
14
# $Revision: 1b450440f9c97e1e41d0fc6016a27d68951d4532 | MSPARSER_REL_3_0_0-2024-09-24-0-g93ebaeb4f4 $
15
# $NoKeywords:: $
16
##############################################################################
17
*/
18
19
#ifndef MS_INPUT_STREAM_HPP
20
#define MS_INPUT_STREAM_HPP
21
22
23
namespace
matrix_science
24
{
25
class
ms_input_string_stream
26
{
27
public
:
28
virtual
~ms_input_string_stream() {}
29
virtual
void
beginRead() {}
30
virtual
std::string read(
unsigned
maxToRead) {
31
std::string emptyString =
""
;
32
return
emptyString;
33
}
34
virtual
void
endRead() {}
35
};
36
}
37
38
#endif
// MS_INPUT_STREAM_HPP
39
40
/*------------------------------- End of File -------------------------------*/
inc
ms_input_stream.hpp
Generated on Tue Sep 24 2024 10:33:09 for Matrix Science Mascot Parser toolkit by
1.9.6