|
Rcpp Version 1.1.2
|
Public Member Functions | |
| CommentState () | |
| bool | inComment () const |
| void | submitLine (const std::string &line) |
| void | reset () |
Private Member Functions | |
| CommentState (const CommentState &) | |
| CommentState & | operator= (const CommentState &) |
Private Attributes | |
| bool | inComment_ |
Definition at line 462 of file attributes.cpp.
|
inline |
Definition at line 464 of file attributes.cpp.
References inComment_.
Referenced by CommentState(), and operator=().
|
private |
|
inline |
Definition at line 470 of file attributes.cpp.
References inComment_.
Referenced by Rcpp::attributes::SourceFileAttributesParser::SourceFileAttributesParser(), and submitLine().
|
private |
|
inline |
Definition at line 472 of file attributes.cpp.
References inComment_.
Referenced by Rcpp::attributes::SourceFileAttributesParser::SourceFileAttributesParser().
| 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().

|
private |
Definition at line 474 of file attributes.cpp.
Referenced by CommentState(), inComment(), reset(), and submitLine().