make some optimization when generating the output
Add three methods to the Generator: - void OnlyFrames(const std::vector<std::wstring> & frames); - void OnlyFrames(const std::vector<std::wstring> * frames); if provided frames then only such frames will be generated, call OnlyFrames(nullptr) to disable it (default) - void UseMainStream(bool use_main_stream); whether or not the main stream should be produced (true by default)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
./patternparser.o: ../../pikotools/src/textstream/stream.h
|
||||
./patternparser.o: ../../pikotools/src/space/space.h
|
||||
./patternparser.o: ../../pikotools/src/convert/inttostr.h
|
||||
./patternparser.o: ../../pikotools/src/convert/misc.h
|
||||
./patternparser.o: ../../pikotools/src/date/date.h
|
||||
./patternparser.o: ../../pikotools/src/membuffer/membuffer.h
|
||||
./patternparser.o: ../../pikotools/src/textstream/types.h
|
||||
@@ -30,6 +31,5 @@
|
||||
./patternparser.o: ../../pikotools/src/convert/strtoint.h
|
||||
./patternparser.o: ../../pikotools/src/convert/text.h
|
||||
./patternparser.o: ../../pikotools/src/convert/misc.h
|
||||
./patternparser.o: ../../pikotools/src/textstream/types.h
|
||||
./patternparser.o: ../../pikotools/src/convert/double.h
|
||||
./models.o: models.h
|
||||
|
Reference in New Issue
Block a user