Public Types | Public Member Functions | Public Attributes | List of all members
YAML_PM::Scanner::IndentMarker Struct Reference

Public Types

enum  INDENT_TYPE { MAP, SEQ, NONE }
 
enum  STATUS { VALID, INVALID, UNKNOWN }
 

Public Member Functions

 IndentMarker (int column_, INDENT_TYPE type_)
 

Public Attributes

int column
 
TokenpStartToken
 
STATUS status
 
INDENT_TYPE type
 

Detailed Description

Definition at line 36 of file scanner.h.

Member Enumeration Documentation

◆ INDENT_TYPE

Enumerator
MAP 
SEQ 
NONE 

Definition at line 37 of file scanner.h.

◆ STATUS

Enumerator
VALID 
INVALID 
UNKNOWN 

Definition at line 38 of file scanner.h.

Constructor & Destructor Documentation

◆ IndentMarker()

YAML_PM::Scanner::IndentMarker::IndentMarker ( int  column_,
INDENT_TYPE  type_ 
)
inline

Definition at line 39 of file scanner.h.

Member Data Documentation

◆ column

int YAML_PM::Scanner::IndentMarker::column

Definition at line 41 of file scanner.h.

◆ pStartToken

Token* YAML_PM::Scanner::IndentMarker::pStartToken

Definition at line 44 of file scanner.h.

◆ status

STATUS YAML_PM::Scanner::IndentMarker::status

Definition at line 43 of file scanner.h.

◆ type

INDENT_TYPE YAML_PM::Scanner::IndentMarker::type

Definition at line 42 of file scanner.h.


The documentation for this struct was generated from the following file:


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