Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::attributes::CommentState Class Reference

Public Member Functions

 CommentState ()
bool inComment () const
void submitLine (const std::string &line)
void reset ()

Private Member Functions

 CommentState (const CommentState &)
CommentStateoperator= (const CommentState &)

Private Attributes

bool inComment_

Detailed Description

Definition at line 462 of file attributes.cpp.

Constructor & Destructor Documentation

◆ CommentState() [1/2]

Rcpp::attributes::CommentState::CommentState ( )
inline

Definition at line 464 of file attributes.cpp.

References inComment_.

Referenced by CommentState(), and operator=().

◆ CommentState() [2/2]

Rcpp::attributes::CommentState::CommentState ( const CommentState & )
private

References CommentState().

Here is the call graph for this function:

Member Function Documentation

◆ inComment()

bool Rcpp::attributes::CommentState::inComment ( ) const
inline

◆ operator=()

CommentState & Rcpp::attributes::CommentState::operator= ( const CommentState & )
private

References CommentState().

Here is the call graph for this function:

◆ reset()

void Rcpp::attributes::CommentState::reset ( )
inline

◆ submitLine()

void Rcpp::attributes::CommentState::submitLine ( const std::string & line)

Definition at line 1817 of file attributes.cpp.

References inComment(), and inComment_.

Referenced by Rcpp::attributes::SourceFileAttributesParser::SourceFileAttributesParser().

Here is the call graph for this function:

Member Data Documentation

◆ inComment_

bool Rcpp::attributes::CommentState::inComment_
private

Definition at line 474 of file attributes.cpp.

Referenced by CommentState(), inComment(), reset(), and submitLine().


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