Guest User

Untitled

a guest
Jun 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. class HCRadioResult
  2. {
  3.     void blabla();
  4. }
  5.  
  6. class HCRadio
  7. {
  8.     static HCRadioResult& get_result()
  9.     {
  10.         static HCRadioResult result;
  11.         return result;
  12.     }
  13. }
Add Comment
Please, Sign In to add comment