Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TModuleGenerator.cxx File Reference

Functions

int ExtractBufferContent (const std::string &fullHeaderPath, std::string &bufferContent)
static std::pair< std::string, std::string > SplitPPDefine (const std::string &in)
int WarnIfPragmaOnceDetected (const std::string &fullHeaderPath, const std::string &headerFileContent)
 To be replaced with proper pragma handlers.

Function Documentation

◆ ExtractBufferContent()

int ExtractBufferContent ( const std::string & fullHeaderPath,
std::string & bufferContent )

Definition at line 288 of file TModuleGenerator.cxx.

◆ SplitPPDefine()

std::pair< std::string, std::string > SplitPPDefine ( const std::string & in)
static

Definition at line 166 of file TModuleGenerator.cxx.

◆ WarnIfPragmaOnceDetected()

int WarnIfPragmaOnceDetected ( const std::string & fullHeaderPath,
const std::string & headerFileContent )

To be replaced with proper pragma handlers.

Definition at line 267 of file TModuleGenerator.cxx.