HomeSort by: relevance | last modified time | path
    Searched defs:OperationSequence (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
Operation.cpp 47 OperationSequence::~OperationSequence()
56 void OperationSequence::append(const OperationSequence * other)
Operation.cpp 47 OperationSequence::~OperationSequence()
56 void OperationSequence::append(const OperationSequence * other)
Operation.h 117 class OperationSequence
126 OperationSequence() {}
129 OperationSequence(Operation * soleElement) { m_operations.push_back(soleElement); }
132 virtual ~OperationSequence();
156 void append(const OperationSequence * other);
159 OperationSequence & operator += (const OperationSequence * other) { append(other); return *this; }
Operation.h 117 class OperationSequence
126 OperationSequence() {}
129 OperationSequence(Operation * soleElement) { m_operations.push_back(soleElement); }
132 virtual ~OperationSequence();
156 void append(const OperationSequence * other);
159 OperationSequence & operator += (const OperationSequence * other) { append(other); return *this; }

Completed in 79 milliseconds