Rcpp Version 1.0.9
Rcpp::attributes::CppPackageIncludeGenerator Class Reference
Inheritance diagram for Rcpp::attributes::CppPackageIncludeGenerator:
Collaboration diagram for Rcpp::attributes::CppPackageIncludeGenerator:

Public Member Functions

 CppPackageIncludeGenerator (const std::string &packageDir, const std::string &package, const std::string &fileSep)
 
virtual void writeBegin ()
 
virtual void writeEnd (bool hasPackageInit)
 
virtual bool commit (const std::vector< std::string > &includes)
 
- Public Member Functions inherited from Rcpp::attributes::ExportsGenerator
virtual ~ExportsGenerator ()
 
const std::string & targetFile () const
 
const std::string & package () const
 
const std::string & packageCpp () const
 
const std::string packageCppPrefix () const
 
void writeFunctions (const SourceFileAttributes &attributes, bool verbose)
 
bool remove ()
 
 operator std::ostream & ()
 

Private Member Functions

virtual void doWriteFunctions (const SourceFileAttributes &, bool)
 
std::string getHeaderGuard () const
 

Private Attributes

std::string includeDir_
 

Additional Inherited Members

- Protected Member Functions inherited from Rcpp::attributes::ExportsGenerator
 ExportsGenerator (const std::string &targetFile, const std::string &package, const std::string &commentPrefix)
 
std::ostream & ostr ()
 
bool hasCppInterface () const
 
std::string exportValidationFunction ()
 
std::string exportValidationFunctionRegisteredName ()
 
std::string registerCCallableExportedName ()
 
bool commit (const std::string &preamble=std::string())
 
std::string dotNameHelper (const std::string &name) const
 

Detailed Description

Definition at line 750 of file attributes.cpp.

Constructor & Destructor Documentation

◆ CppPackageIncludeGenerator()

Rcpp::attributes::CppPackageIncludeGenerator::CppPackageIncludeGenerator ( const std::string &  packageDir,
const std::string &  package,
const std::string &  fileSep 
)

Definition at line 2404 of file attributes.cpp.

References includeDir_.

Member Function Documentation

◆ commit()

bool Rcpp::attributes::CppPackageIncludeGenerator::commit ( const std::vector< std::string > &  includes)
virtual

◆ doWriteFunctions()

virtual void Rcpp::attributes::CppPackageIncludeGenerator::doWriteFunctions ( const SourceFileAttributes ,
bool   
)
inlineprivatevirtual

Implements Rcpp::attributes::ExportsGenerator.

Definition at line 761 of file attributes.cpp.

◆ getHeaderGuard()

std::string Rcpp::attributes::CppPackageIncludeGenerator::getHeaderGuard ( ) const
private

Definition at line 2445 of file attributes.cpp.

References Rcpp::attributes::ExportsGenerator::packageCpp().

Referenced by writeEnd().

Here is the call graph for this function:

◆ writeBegin()

virtual void Rcpp::attributes::CppPackageIncludeGenerator::writeBegin ( )
inlinevirtual

Implements Rcpp::attributes::ExportsGenerator.

Definition at line 756 of file attributes.cpp.

◆ writeEnd()

void Rcpp::attributes::CppPackageIncludeGenerator::writeEnd ( bool  hasPackageInit)
virtual

Member Data Documentation

◆ includeDir_

std::string Rcpp::attributes::CppPackageIncludeGenerator::includeDir_
private

Definition at line 765 of file attributes.cpp.

Referenced by commit(), and CppPackageIncludeGenerator().


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