LeechCraft  0.6.70-13729-g7046a9d2a7
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 865 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 871 of file oral.h.

Member Data Documentation

◆ Binder_

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

Definition at line 868 of file oral.h.

◆ LastID_

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

Definition at line 869 of file oral.h.

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

◆ Sql_

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

Definition at line 867 of file oral.h.


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