Aspose.Tasks for C++
|
Applies logical AND to all conditions. For example: cond1 AND cond2 AND cond3... More...
#include <AndAllCondition.h>
Inherits Aspose::Tasks::Util::ICondition< T >.
Public Member Functions | |
AndAllCondition (const System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< ICondition< T >>>> &conditions) | |
Initializes a new instance of the AndAllCondition<T> class. More... | |
bool | Check (const T &el) override |
Returns true if the specified object satisfy the conditions. More... | |
Applies logical AND to all conditions. For example: cond1 AND cond2 AND cond3...
T | The type of object to apply method interface to. |
|
inline |
Initializes a new instance of the AndAllCondition<T> class.
conditions | The list of conditions. |
|
inlineoverridevirtual |
Returns true if the specified object satisfy the conditions.
el | The object to check. |
Implements Aspose::Tasks::Util::ICondition< T >.