baci::PropertyImpl

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
Author

NAME

baci::PropertyImpl −

SYNOPSIS

#include <baciPropertyImpl.h>

Inherits baci::CharacteristicModelImpl.

Inherited by baci::TypelessPropertyImpl.

Public Member Functions

PropertyImpl (const ACE_CString &name, BACIComponent *component_p)

virtual ~PropertyImpl ()

virtual char * name ()

virtual char * characteristic_component_name ()

BACIComponent * getComponent ()

Return the BACI Component.

Private Attributes

BACIComponent * component_mp

BACI Component.

Constructor & Destructor Documentation

baci::PropertyImpl::PropertyImpl (const ACE_CString & name, BACIComponent * component_p)

virtual baci::PropertyImpl::~PropertyImpl () [virtual]

Member Function Documentation

virtual char* baci::PropertyImpl::characteristic_component_name () [virtual]

BACIComponent* baci::PropertyImpl::getComponent () [inline]

Return the BACI Component.

virtual char* baci::PropertyImpl::name () [virtual]

Member Data Documentation

BACIComponent* baci::PropertyImpl::component_mp [private]

BACI Component.

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.