Classes | |
class | CountingMessageHandler |
The CountingMessageHandler class count the messages by types. More... | |
class | MainCountingMessageHandler |
The MainCountingMessageHandler class contains a singleton to CountingMessageHandler and offer static version of CountingMessageHandler API. More... | |
I use a per-file namespace so that I can employ the 'using' keywords without fearing it will leak names into the global namespace. When closing this namespace selected objects from this per-file namespace are then imported into their parent namespace for ease of use.