scantag.h
Go to the documentation of this file.
00001 #ifndef SCANTAG_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
00002 #define SCANTAG_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
00003 
00004 #if defined(_MSC_VER) || (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
00005 #pragma once
00006 #endif
00007 
00008 
00009 #include <string>
00010 #include "stream.h"
00011 
00012 namespace YAML_PM
00013 {
00014         const std::string ScanVerbatimTag(Stream& INPUT);
00015         const std::string ScanTagHandle(Stream& INPUT, bool& canBeHandle);
00016         const std::string ScanTagSuffix(Stream& INPUT);
00017 }
00018 
00019 #endif // SCANTAG_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM
00020 


libpointmatcher
Author(s):
autogenerated on Thu Jun 20 2019 19:51:32