SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::helper::logging::routingmessagehandler Namespace Reference

Classes

class  RoutingMessageHandler
 The RoutingMessageHandler class saves a copy of the messages in a buffer. More...
 
class  MainRoutingMessageHandler
 The MainRoutingMessageHandler class contains a singleton to RoutingMessageHandler and offer static version of RoutingMessageHandler API. More...
 

Typedefs

typedef bool(* FilterFunction) (Message &)
 

Detailed Description

I use a per-file namespace so that I can employ the 'using' keywords without fearing it will leack 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.

Typedef Documentation

◆ FilterFunction

typedef bool(* sofa::helper::logging::routingmessagehandler::FilterFunction) (Message &)