ECSTASY
All in the name
Loading...
Searching...
No Matches
Condition.hpp File Reference

Contains the condition resolution structures. More...

#include <concepts>
Include dependency graph for Condition.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ecstasy::query::ConditionBase
 Base class for all conditions. More...
 
struct  ecstasy::query::Condition< Left, Right, Comparer >
 Condition resolution structure. More...
 
struct  ecstasy::query::Condition< Left, Right, Comparer >
 Condition resolution structure for two constant operands. More...
 
struct  ecstasy::query::Condition< Left, ptr, Comparer >
 Condition resolution structure for a constant left operand and a member right operand. More...
 
struct  ecstasy::query::Condition< ptr, Right, Comparer >
 Condition resolution structure for a member left operand and a constant right operand. More...
 
struct  ecstasy::query::Condition< ptrLeft, ptrRight, Comparer >
 Condition resolution structure for a member left operand and a member right operand. More...
 

Namespaces

namespace  ecstasy
 Namespace containing all symbols specific to ecstasy.
 
namespace  ecstasy::query
 Namespace regrouping the internal ecstasy query system.
 

Detailed Description

Contains the condition resolution structures.

Author
Andréas Leroux (andre.nosp@m.as.l.nosp@m.eroux.nosp@m.@epi.nosp@m.tech..nosp@m.eu)
Version
1.0.0
Date
2022-12-15

Definition in file Condition.hpp.