Doxygen
Loading...
Searching...
No Matches
commentscan.h File Reference

Interface for the comment block scanner. More...

#include <memory>
#include <stack>
#include "types.h"
#include "construct.h"
+ Include dependency graph for commentscan.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GuardedSection
 
class  CommentScanner
 

Typedefs

using GuardedSectionStack = std::stack<GuardedSection>
 

Detailed Description

Interface for the comment block scanner.

Definition in file commentscan.h.

Typedef Documentation

◆ GuardedSectionStack

using GuardedSectionStack = std::stack<GuardedSection>

Definition at line 48 of file commentscan.h.