![]() |
|
|||
File indexing completed on 2025-05-12 09:08:09
0001 #ifndef ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66 0002 #define ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66 0003 0004 #if defined(_MSC_VER) || \ 0005 (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \ 0006 (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4 0007 #pragma once 0008 #endif 0009 0010 #include <cstddef> 0011 0012 namespace SHERPA_YAML { 0013 using anchor_t = std::size_t; 0014 const anchor_t NullAnchor = 0; 0015 } 0016 0017 #endif // ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |