|
VapourSynth-llvmexpr
|
#include <llvmexpr/frontend/infix2postfix/OverloadResolution.hpp>
Public Attributes | |
| const T * | item |
| int | conversion_count |
| int | first_conversion_index |
Definition at line 40 of file OverloadResolution.hpp.
| int infix2postfix::OverloadCandidate< T >::conversion_count |
Definition at line 42 of file OverloadResolution.hpp.
Referenced by infix2postfix::is_ambiguous(), and infix2postfix::select_best_candidate().
| int infix2postfix::OverloadCandidate< T >::first_conversion_index |
Definition at line 43 of file OverloadResolution.hpp.
Referenced by infix2postfix::is_ambiguous(), and infix2postfix::select_best_candidate().
| const T* infix2postfix::OverloadCandidate< T >::item |
Definition at line 41 of file OverloadResolution.hpp.