Skip to content

Commit 25d95cc

Browse files
authored
added accessor for TokenList::files (#349)
1 parent ad9b49d commit 25d95cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

simplecpp.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@ namespace simplecpp {
272272
/** sizeof(T) */
273273
std::map<std::string, std::size_t> sizeOfType;
274274

275+
const std::vector<std::string>& getFiles() const {
276+
return files;
277+
}
278+
275279
private:
276280
void combineOperators();
277281

0 commit comments

Comments
 (0)