NDEVR
API Documentation
DefaultSetter< String >

Specialization of DefaultSetter for String types. More...

Inheritance diagram for DefaultSetter< String >:
[legend]
Collaboration diagram for DefaultSetter< String >:
[legend]

Public Member Functions

void setDefaultValueFrom (TableColumn &a, const TableColumn &b)
 Copies the default value from column b into column a.

Detailed Description

Specialization of DefaultSetter for String types.


Copies the default value using the standard string-based getDefaultValue/setDefaultValue pair.

Definition at line 88 of file TableColumnType.h.

Member Function Documentation

◆ setDefaultValueFrom()

void DefaultSetter< String >::setDefaultValueFrom ( TableColumn & a,
const TableColumn & b )
inline

Copies the default value from column b into column a.

Parameters
[in]aThe destination column that receives the default value.
[in]bThe source column whose default value is copied.

Definition at line 92 of file TableColumnType.h.

References TableColumn::getDefaultValue(), and TableColumn::setDefaultValue().


The documentation for this struct was generated from the following file: