shibboleth-3.4.1
|
DDF objects are implemented with a handle-body idiom and require explicit destruction in order to allow stack objects to be freely mixed in structures with heap objects. More...
#include <shibsp/remoting/ddf.h>
DDF objects are implemented with a handle-body idiom and require explicit destruction in order to allow stack objects to be freely mixed in structures with heap objects.
When stack objects leave scope, only the handle is freed. Copying and assigning handle objects is a constant time operation equivalent to a single pointer assignment, handled by compiler-generated behavior.