Rcpp Version 1.0.9
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 470 of file attributes.cpp.

Constructor & Destructor Documentation

◆ CommentState() [1/2]

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

Definition at line 472 of file attributes.cpp.

◆ CommentState() [2/2]

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

Member Function Documentation

◆ inComment()

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

Definition at line 478 of file attributes.cpp.

References inComment_.

◆ operator=()

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

◆ reset()

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

Definition at line 480 of file attributes.cpp.

References inComment_.

◆ submitLine()

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

Member Data Documentation

◆ inComment_

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

Definition at line 482 of file attributes.cpp.

Referenced by inComment(), and reset().


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