Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::SQLite::BoundColumn< T > Struct Template Reference

Public Member Functions

 BoundColumn (const char *columnName, T &boundMember)
 
bool Fetch (SQLite::Statement *statement)
 

Public Attributes

const char * m_name {}
 
int m_index { -1 }
 
T & m_boundMember
 

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