LeechCraft  0.6.70-13605-g8cd066ad6a
Modular cross-platform feature rich live environment.
LC::Util::oral::detail::ExprTreeHandler< F > Struct Template Reference

#include "oral.h"

Public Member Functions

 ExprTreeHandler (const QString &sql, F &&binder, int lastId) noexcept
 

Public Attributes

QString Sql_
 
Binder_
 
int LastID_
 

Detailed Description

template<typename F>
struct LC::Util::oral::detail::ExprTreeHandler< F >

Definition at line 947 of file oral.h.

Constructor & Destructor Documentation

◆ ExprTreeHandler()

template<typename F >
LC::Util::oral::detail::ExprTreeHandler< F >::ExprTreeHandler ( const QString &  sql,
F &&  binder,
int  lastId 
)
inlinenoexcept

Definition at line 953 of file oral.h.

Referenced by LC::Util::oral::detail::EitherIsExprTree().

+ Here is the caller graph for this function:

Member Data Documentation

◆ Binder_

template<typename F >
F LC::Util::oral::detail::ExprTreeHandler< F >::Binder_

Definition at line 950 of file oral.h.

Referenced by LC::Util::oral::detail::EitherIsExprTree().

◆ LastID_

template<typename F >
int LC::Util::oral::detail::ExprTreeHandler< F >::LastID_

Definition at line 951 of file oral.h.

Referenced by LC::Util::oral::detail::EitherIsExprTree().

◆ Sql_

template<typename F >
QString LC::Util::oral::detail::ExprTreeHandler< F >::Sql_

Definition at line 949 of file oral.h.

Referenced by LC::Util::oral::detail::EitherIsExprTree().


The documentation for this struct was generated from the following file: