Skip to content

Commit

Permalink
added accessor for TokenList::files
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Apr 22, 2024
1 parent ad9b49d commit 2c9d604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions simplecpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ namespace simplecpp {
/** sizeof(T) */
std::map<std::string, std::size_t> sizeOfType;

const std::vector<std::string>& getFiles() const {
return files;
}

private:
void combineOperators();

Expand Down

0 comments on commit 2c9d604

Please sign in to comment.