/* *AChainablePropertySetInfoisusuallyinitialisedwithapointertothefirstelement *ofanull-terminatedstatictableofPropertyInfostructs.Thisisplacedinahash_map *forfastaccess *
*/ namespace comphelper
{ // workaround for incremental linking bugs in MSVC2015 class SAL_DLLPUBLIC_TEMPLATE ChainablePropertySetInfo_Base : public cppu::WeakImplHelper< css::beans::XPropertySetInfo > {};
class COMPHELPER_DLLPUBLIC ChainablePropertySetInfo final : public ChainablePropertySetInfo_Base
{ public:
ChainablePropertySetInfo( PropertyInfo const * pMap );
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.