A DtExtractionOperationRecord contains information about a single extraction operation.
More...
Protected Member Functions |
| template<class Archive > |
| void | serialize (Archive &ar, const unsigned int version) |
| | When the class Archive corresponds to an output archive, the & operator is defined similar to <<.
|
Detailed Description
A DtExtractionOperationRecord contains information about a single extraction operation.
Constructor & Destructor Documentation
| makArchives::DtExtractionOperationRecord::DtExtractionOperationRecord |
( |
| ) |
|
| makArchives::DtExtractionOperationRecord::~DtExtractionOperationRecord |
( |
| ) |
|
Member Function Documentation
| void makArchives::DtExtractionOperationRecord::setExpression |
( |
const std::string & |
expression | ) |
|
| const std::string& makArchives::DtExtractionOperationRecord::expression |
( |
| ) |
const |
| void makArchives::DtExtractionOperationRecord::setExpressionIsRegEx |
( |
bool |
isRegEx | ) |
|
Set if the expression is a regular expression.
| bool makArchives::DtExtractionOperationRecord::expressionIsRegEx |
( |
| ) |
const |
Get if the expression is a regular expression.
| void makArchives::DtExtractionOperationRecord::setKey |
( |
const std::string & |
key | ) |
|
| const std::string& makArchives::DtExtractionOperationRecord::key |
( |
| ) |
const |
| void makArchives::DtExtractionOperationRecord::setCount |
( |
unsigned int |
count | ) |
|
| unsigned int makArchives::DtExtractionOperationRecord::count |
( |
| ) |
const |
template<class Archive >
| void makArchives::DtExtractionOperationRecord::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
inlineprotected |
When the class Archive corresponds to an output archive, the & operator is defined similar to <<.
Likewise, when the class Archive is a type of input archive the & operator is defined similar to >>.
Friends And Related Function Documentation
| friend class boost::serialization::access |
|
friend |
Member Data Documentation
| std::string makArchives::DtExtractionOperationRecord::myExpression |
|
protected |
| bool makArchives::DtExtractionOperationRecord::myRegExFlag |
|
protected |
| std::string makArchives::DtExtractionOperationRecord::myKey |
|
protected |
| unsigned int makArchives::DtExtractionOperationRecord::myNodeCount |
|
protected |
The documentation for this class was generated from the following file: