Limited implementation of the Unix sed command.
More...
#include <Sed.hh>
|
| Sed (const std::string &Expression) |
| Constructor.
|
|
| Sed (const std::string &Expression) |
| Constructor.
|
|
Limited implementation of the Unix sed command.
◆ Sed() [1/2]
LDASTools::Cmd::Sed::Sed |
( |
const std::string & | Expression | ) |
|
Constructor.
- Parameters
-
[in] | Expression | The sed expression describing the actions to be performed. |
- Returns
- A new instance of a Sed object
The constructor takes Expression and tries to parse it for correctness.
- Todo
- Handle the address portion of the expression
◆ Sed() [2/2]
LDASTools::Cmd::Sed::Sed |
( |
const std::string & | Expression | ) |
|
Constructor.
- Parameters
-
[in] | Expression | The sed expression describing the actions to be performed. |
- Returns
- A new instance of a Sed object
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.7/build/include/ldastoolsal/Sed.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.7/src/Sed.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.7/src/Sed.cc