SG::IAuxSetOption Class Reference

Abstract interface for setting a option on a aux data container. More...

#include <IAuxSetOption.h>

Inheritance diagram for SG::IAuxSetOption:
SG::PackedContainer< T >

List of all members.

Public Member Functions

virtual ~IAuxSetOption ()
 Make sure this class has a vtable.
virtual bool setOption (const AuxDataOption &option)=0
 Make an option setting.

Detailed Description

Abstract interface for setting a option on a aux data container.

A container used to hold auxiliary data can optionally provide this interface. This allows user code to set options for the container via the setOption interface.

This is used, for example, to set packing parameters for PackedContainer.


Member Function Documentation

virtual bool SG::IAuxSetOption::setOption ( const AuxDataOption option  )  [pure virtual]

Make an option setting.

Parameters:
option The option to set.

The interpretation of the option depends on the concrete class.

Returns true if the option setting was successful; false otherwise.

Implemented in SG::PackedContainer< T >.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Apr 2017 for RootCore Packages by  doxygen 1.6.1