foo_s Struct Reference

Public Member Functions

 foo_s (float f, int b)
 ~foo_s ()
int get_bar ()
float get_foo ()
void set_bar (int b)
void set_foo (float f)

Data Fields

float foo
int bar

Detailed Description

Definition at line 1 of file struct.cxx.


Constructor & Destructor Documentation

foo_s::foo_s ( float  f,
int  b 
)

Definition at line 39 of file struct.cxx.

References bar, and foo.

foo_s::~foo_s (  ) 

Definition at line 46 of file struct.cxx.


Member Function Documentation

int foo_s::get_bar (  )  [inline]

Definition at line 11 of file struct.cxx.

References bar.

float foo_s::get_foo (  )  [inline]

Definition at line 18 of file struct.cxx.

References foo.

void foo_s::set_bar ( int  b  )  [inline]

Definition at line 25 of file struct.cxx.

References bar.

void foo_s::set_foo ( float  f  )  [inline]

Definition at line 32 of file struct.cxx.

References foo.


Field Documentation

Definition at line 4 of file struct.cxx.

Referenced by foo_s(), get_bar(), and set_bar().

float foo_s::foo

Definition at line 3 of file struct.cxx.

Referenced by foo_s(), get_foo(), and set_foo().


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

Generated on Tue Jun 22 11:11:42 2010 for Mobile-C by  doxygen 1.6.1