Public Member Functions | Public Attributes | List of all members
CountOutLoud Struct Reference

Public Member Functions

 CountOutLoud (int c=0)
 
void operator() ()
 

Public Attributes

int count
 

Detailed Description

Definition at line 4 of file test_bss.cxx.

Constructor & Destructor Documentation

CountOutLoud::CountOutLoud ( int  c = 0)
inline

Definition at line 7 of file test_bss.cxx.

Member Function Documentation

void CountOutLoud::operator() ( void  )
inline

Definition at line 9 of file test_bss.cxx.

9  {
10  std::cout << "count: " << count << std::endl;
11  ++count;
12  }
QTextStream & endl(QTextStream &s)

Member Data Documentation

int CountOutLoud::count

Definition at line 6 of file test_bss.cxx.


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