What would be the best representation of a C/C++ function pointer (fp) in an UML structural diagram?
I\'m thinking about using an interface element, may be even if \'deg
I think you could virtually wrap the function pointer with a class. I think UML has not to be blueprint level to the code, documenting the concept is more important.