Ask a Question | Search PSRCHIVE: |
![]()
|
TextEditor.h std::vector< std::string > extensions_to_remove extensions to be removed Definition TextEditor.h:78 void add_extensions(const std::string &str) Add a semi-colon or comma-separated list of extensions to install. Definition TextEditor.h:38 std::vector< std::string > extensions_to_add extensions to be added Definition TextEditor.h:75 bool will_modify() const Return true if the process method will modify the archive. Definition TextEditor.h:83 void add_commands(const std::string &str) Add a semi-colon or comma-separated list of commands to execute. Definition TextEditor.h:31 std::string delimiter Optionally set the delimiter used to separate elements of a container. Definition TextEditor.h:67 std::vector< std::string > commands commands to be executed Definition TextEditor.h:72 void remove_extensions(const std::string &str) Add a semi-colon or comma-separated list of extensions to remove. Definition TextEditor.h:42 std::string process(T *) Edit the Archive according to the current state. Definition TextEditor.h:101 virtual std::string get_identifier(const T *) Get the identifier for this instance. Definition TextEditor.h:58 bool prefix_name Prefix parameter value queries with parameter name=. Definition TextEditor.h:61 virtual void remove_extension(T *, const std::string &name) Remove the named extension from the instance. Definition TextEditor.h:55 bool output_identifier Print the name of each file processed. Definition TextEditor.h:64 virtual void add_extension(T *, const std::string &name) Add the named extension to the instance. Definition TextEditor.h:52 Generated using doxygen 1.14.0
|