MySQL 8.3.0
Source Code Documentation
Item_equal::FieldProxy Class Reference

#include <item_cmpfunc.h>

Public Member Functions

 FieldProxy (Item_equal *item)
 
List_STL_Iterator< Item_fieldbegin ()
 
List_STL_Iterator< Item_fieldend ()
 
List_STL_Iterator< const Item_fieldbegin () const
 
List_STL_Iterator< const Item_fieldend () const
 
List_STL_Iterator< const Item_fieldcbegin () const
 
List_STL_Iterator< const Item_fieldcend () const
 

Private Attributes

List< Item_field > * m_fields
 

Constructor & Destructor Documentation

◆ FieldProxy()

Item_equal::FieldProxy::FieldProxy ( Item_equal item)
inlineexplicit

Member Function Documentation

◆ begin() [1/2]

List_STL_Iterator< Item_field > Item_equal::FieldProxy::begin ( void  )
inline

◆ begin() [2/2]

List_STL_Iterator< const Item_field > Item_equal::FieldProxy::begin ( void  ) const
inline

◆ cbegin()

List_STL_Iterator< const Item_field > Item_equal::FieldProxy::cbegin ( ) const
inline

◆ cend()

List_STL_Iterator< const Item_field > Item_equal::FieldProxy::cend ( ) const
inline

◆ end() [1/2]

List_STL_Iterator< Item_field > Item_equal::FieldProxy::end ( void  )
inline

◆ end() [2/2]

List_STL_Iterator< const Item_field > Item_equal::FieldProxy::end ( void  ) const
inline

Member Data Documentation

◆ m_fields

List<Item_field>* Item_equal::FieldProxy::m_fields
private

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