VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateDatabaseLoggingControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2024 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
7 
10 
11 #pragma once
12 
14 #include <vrfutil/rwTemplatedMap.h>
15 #include <vrfutil/rwEntityType.h>
16 
18 
22 {
23 public:
26  DtReaderWriterRegistry* parentRegistry = 0);
27 
30 
32 
36 
39  virtual DtString type() const override;
40 
41  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
42 
45 
48  virtual const DtResourceNameToEntityTypeMap& resourceNameToTypeMap() const;
49  virtual void setResourceNameToTypeMap(const DtResourceNameToEntityTypeMap& typeMap);
51 
54  virtual bool attemptToMatchEnumName() const;
55  virtual void setAttemptToMatchEnumName(bool attemptMatch);
57 
58 protected:
61 
62 protected:
65 
66 
72 
79 
81 };
DtResourceNameToEntityTypeMap myResourceNameToTypeMap
Parameter Name: resource-name-to-type-map Parameter Description: Maps the strings used for AggregateL...
Definition: aggregateDatabaseLoggingControllerDescriptor.h:71
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Instances of DtAggregateDatabaseLoggingControllerDescriptor are used to specify the parameters for a ...
Definition: aggregateDatabaseLoggingControllerDescriptor.h:21
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwBoolean myAttemptToMatchEnumName
Parameter Name: attempt-to-match-enum-name Parameter Description: If enabled, and there is no matchin...
Definition: aggregateDatabaseLoggingControllerDescriptor.h:78
DtRwTemplatedMapPtr< DtRwString, DtRwEntityType > DtResourceNameToEntityTypeMap
DtAggregateDatabaseLoggingControllerDescriptor; descriptor for the DtAggregateDatabaseLoggingControll...
Definition: aggregateDatabaseLoggingControllerDescriptor.h:17
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)