scantag.h
Go to the documentation of this file.
1 #ifndef SCANTAG_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
2 #define SCANTAG_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
3 
4 #if defined(_MSC_VER) || (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
5 #pragma once
6 #endif
7 
8 
9 #include <string>
10 #include "stream.h"
11 
12 namespace YAML_PM
13 {
14  const std::string ScanVerbatimTag(Stream& INPUT);
15  const std::string ScanTagHandle(Stream& INPUT, bool& canBeHandle);
16  const std::string ScanTagSuffix(Stream& INPUT);
17 }
18 
19 #endif // SCANTAG_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
20 
::std::string string
Definition: gtest.h:1979
const std::string ScanVerbatimTag(Stream &INPUT)
Definition: scantag.cpp:8
const std::string ScanTagHandle(Stream &INPUT, bool &canBeHandle)
Definition: scantag.cpp:32
const std::string ScanTagSuffix(Stream &INPUT)
Definition: scantag.cpp:66


libpointmatcher
Author(s):
autogenerated on Sat May 27 2023 02:38:03