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

Public Member Functions

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

Public Attributes

int i
 

Detailed Description

Definition at line 242 of file view_test.cc.

Constructor & Destructor Documentation

◆ F()

F::F ( int  i_)
inline

Definition at line 244 of file view_test.cc.

Member Function Documentation

◆ isOdd()

bool F::isOdd ( ) const
inline

Definition at line 246 of file view_test.cc.

References i.

Referenced by TEST_CASE().

◆ operator int()

F::operator int ( ) const
inline

Definition at line 245 of file view_test.cc.

References i.

Member Data Documentation

◆ i

int F::i

Definition at line 243 of file view_test.cc.

Referenced by isOdd(), and operator int().


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