NeBuild dev
Loading...
Searching...
No Matches
source_region.hpp File Reference
#include "std_optional.hpp"
#include "std_string.hpp"
#include "forward_declarations.hpp"
#include "print_to_stream.hpp"
#include "header_start.hpp"
#include "header_end.hpp"

Go to the source code of this file.

Classes

struct  source_position
 A source document line-and-column pair. More...
 
struct  source_region
 A source document region. More...
 

Typedefs

using source_path_ptr = std::shared_ptr< const std::string >
 A pointer to a shared string resource containing a source path.
 

Variables

 TOML_NAMESPACE_START
 
 TOML_NAMESPACE_END
 

Typedef Documentation

◆ source_path_ptr

using source_path_ptr = std::shared_ptr<const std::string>

A pointer to a shared string resource containing a source path.

Variable Documentation

◆ TOML_NAMESPACE_END

TOML_NAMESPACE_END

◆ TOML_NAMESPACE_START

TOML_NAMESPACE_START
Initial value:
{
using source_index = uint32_t