Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::system Namespace Reference

Namespaces

 detail
 

Classes

class  timepiece
 used for measuring and signaling the end of time intervals. More...
 
class  dataexch
 a data exchange mechanism through Windows Clipboard, X11 Selection. More...
 
class  shared_wrapper
 

Functions

void sleep (unsigned milliseconds)
 
thread_t this_thread_id ()
 
unsigned long timestamp ()
 
bool get_async_mouse_state (int button)
 
void open_url (const std::string &url)
 

Function Documentation

bool nana::system::get_async_mouse_state ( int  button)
void nana::system::open_url ( const std::string url)
void nana::system::sleep ( unsigned  milliseconds)
Examples:
thread-pool.cpp.
thread_t nana::system::this_thread_id ( )
unsigned long nana::system::timestamp ( )
Examples:
MontiHall.cpp.