openMSX
Public Member Functions | Public Attributes | List of all members
F Struct Reference

Public Member Functions

 explicit (false) F(int i_)
 
 explicit (false) operator int() const
 
bool isOdd () const
 

Public Attributes

int i
 

Detailed Description

Definition at line 242 of file view_test.cc.

Member Function Documentation

◆ explicit() [1/2]

F::explicit ( false  )
inline

Definition at line 244 of file view_test.cc.

◆ explicit() [2/2]

F::explicit ( false  ) const
inline

Definition at line 245 of file view_test.cc.

References i.

◆ isOdd()

bool F::isOdd ( ) const
inline

Definition at line 246 of file view_test.cc.

References i.

Referenced by TEST_CASE().

Member Data Documentation

◆ i

int F::i

Definition at line 243 of file view_test.cc.

Referenced by explicit(), and isOdd().


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