setLinkedVariable overloads
Synopses
Declared in <balcl_typeinfo.h>
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bdlt::Date* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bdlt::Datetime* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsls::Types::Int64* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bdlt::Time* variable);
Set this object to have the type indicated by the specified variable, and reset this object so that it no longer has a constraint associated with it. If variable is not 0, then link it with the described option. If variable is of type bsl::optional<Type>, then the type of this object is set to Type.
void
setLinkedVariable(bool* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(char* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(double* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(int* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::string* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::optional<bdlt::Date>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::optional<bdlt::Datetime>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::optional<bsls::Types::Int64>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::optional<bdlt::Time>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::optional<char>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::optional<double>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::optional<int>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::optional<bsl::string>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::vector<bdlt::Date>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::vector<bdlt::Datetime>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::vector<bsls::Types::Int64>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::vector<bdlt::Time>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::vector<char>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::vector<double>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::vector<int>* variable);
Set this object to have the type indicated by the specified variable.
void
setLinkedVariable(bsl::vector<bsl::string>* variable);
Created with MrDocs