Classes | Namespaces | Functions
CodeSpan.hpp File Reference

(6)

A position in a piece of multi-line text. More...

#include <Balau/Type/ToString.hpp>
#include <Balau/Resource/Uri.hpp>
Include dependency graph for CodeSpan.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CodePosition
 A position in a piece of multi-line text. More...
 
class  CodeSpan
 Information on the span of some source code text. More...
 

Namespaces

 Balau::Lang
 Parsing tools and parser implementations.
 

Functions

template<typename AllocatorT >
Balau::U8String< AllocatorT > toString (const CodeSpan &codeSpan)
 Print the supplied code span as a UTF-8 string. More...
 

Detailed Description

A position in a piece of multi-line text.