BDE 4.14.0 Production release
Loading...
Searching...
No Matches
balcl::TypeInfo Member List

This is the complete list of members for balcl::TypeInfo, including all inherited members.

allocator() constbalcl::TypeInfo
BSLMF_NESTED_TRAIT_DECLARATION(TypeInfo, bslma::UsesBslmaAllocator)balcl::TypeInfo
BSLMF_NESTED_TRAIT_DECLARATION(TypeInfo, bdlb::HasPrintMethod)balcl::TypeInfo
constraint() constbalcl::TypeInfo
d_allocator_pbalcl::TypeInfo
d_constraint_pbalcl::TypeInfo
d_elemTypebalcl::TypeInfo
d_isOptionalLinkedVariablebalcl::TypeInfo
d_linkedVariable_pbalcl::TypeInfo
e_COMMAND_LINE enum valuebalcl::TypeInfo
e_ENVIRONMENT_VARIABLE enum valuebalcl::TypeInfo
isOptionalLinkedVariable() constbalcl::TypeInfo
linkedVariable() constbalcl::TypeInfo
operator=(const TypeInfo &rhs)balcl::TypeInfo
ParseInputSource enum namebalcl::TypeInfo
print(bsl::ostream &stream, int level=0, int spacesPerLevel=4) constbalcl::TypeInfo
resetConstraint()balcl::TypeInfo
resetLinkedVariableAndConstraint()balcl::TypeInfo
setConstraint(const Constraint::CharConstraint &constraint)balcl::TypeInfo
setConstraint(const Constraint::IntConstraint &constraint)balcl::TypeInfo
setConstraint(const Constraint::Int64Constraint &constraint)balcl::TypeInfo
setConstraint(const Constraint::DoubleConstraint &constraint)balcl::TypeInfo
setConstraint(const Constraint::StringConstraint &constraint)balcl::TypeInfo
setConstraint(const Constraint::DatetimeConstraint &constraint)balcl::TypeInfo
setConstraint(const Constraint::DateConstraint &constraint)balcl::TypeInfo
setConstraint(const Constraint::TimeConstraint &constraint)balcl::TypeInfo
setConstraint(const bsl::shared_ptr< TypeInfoConstraint > &constraint)balcl::TypeInfo
setLinkedVariable(bool *variable)balcl::TypeInfo
setLinkedVariable(char *variable)balcl::TypeInfo
setLinkedVariable(int *variable)balcl::TypeInfo
setLinkedVariable(bsls::Types::Int64 *variable)balcl::TypeInfo
setLinkedVariable(double *variable)balcl::TypeInfo
setLinkedVariable(bsl::string *variable)balcl::TypeInfo
setLinkedVariable(bdlt::Datetime *variable)balcl::TypeInfo
setLinkedVariable(bdlt::Date *variable)balcl::TypeInfo
setLinkedVariable(bdlt::Time *variable)balcl::TypeInfo
setLinkedVariable(bsl::vector< char > *variable)balcl::TypeInfo
setLinkedVariable(bsl::vector< int > *variable)balcl::TypeInfo
setLinkedVariable(bsl::vector< bsls::Types::Int64 > *variable)balcl::TypeInfo
setLinkedVariable(bsl::vector< double > *variable)balcl::TypeInfo
setLinkedVariable(bsl::vector< bsl::string > *variable)balcl::TypeInfo
setLinkedVariable(bsl::vector< bdlt::Datetime > *variable)balcl::TypeInfo
setLinkedVariable(bsl::vector< bdlt::Date > *variable)balcl::TypeInfo
setLinkedVariable(bsl::vector< bdlt::Time > *variable)balcl::TypeInfo
setLinkedVariable(bsl::optional< char > *variable)balcl::TypeInfo
setLinkedVariable(bsl::optional< int > *variable)balcl::TypeInfo
setLinkedVariable(bsl::optional< bsls::Types::Int64 > *variable)balcl::TypeInfo
setLinkedVariable(bsl::optional< double > *variable)balcl::TypeInfo
setLinkedVariable(bsl::optional< bsl::string > *variable)balcl::TypeInfo
setLinkedVariable(bsl::optional< bdlt::Datetime > *variable)balcl::TypeInfo
setLinkedVariable(bsl::optional< bdlt::Date > *variable)balcl::TypeInfo
setLinkedVariable(bsl::optional< bdlt::Time > *variable)balcl::TypeInfo
type() constbalcl::TypeInfo
TypeInfo()balcl::TypeInfoinline
TypeInfo(bslma::Allocator *basicAllocator)balcl::TypeInfoexplicit
TypeInfo(bool *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(char *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(char *variable, const Constraint::CharConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(int *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(int *variable, const Constraint::IntConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsls::Types::Int64 *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsls::Types::Int64 *variable, const Constraint::Int64Constraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(double *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(double *variable, const Constraint::DoubleConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::string *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::string *variable, const Constraint::StringConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bdlt::Datetime *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bdlt::Datetime *variable, const Constraint::DatetimeConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bdlt::Date *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bdlt::Date *variable, const Constraint::DateConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bdlt::Time *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bdlt::Time *variable, const Constraint::TimeConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::vector< char > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::vector< char > *variable, const Constraint::CharConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::vector< int > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::vector< int > *variable, const Constraint::IntConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::vector< bsls::Types::Int64 > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::vector< bsls::Types::Int64 > *variable, const Constraint::Int64Constraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::vector< double > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::vector< double > *variable, const Constraint::DoubleConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::vector< bsl::string > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::vector< bsl::string > *variable, const Constraint::StringConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::vector< bdlt::Datetime > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::vector< bdlt::Datetime > *variable, const Constraint::DatetimeConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::vector< bdlt::Date > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::vector< bdlt::Date > *variable, const Constraint::DateConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::vector< bdlt::Time > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::vector< bdlt::Time > *variable, const Constraint::TimeConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::optional< char > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::optional< char > *variable, const Constraint::CharConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::optional< int > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::optional< int > *variable, const Constraint::IntConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::optional< bsls::Types::Int64 > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::optional< bsls::Types::Int64 > *variable, const Constraint::Int64Constraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::optional< double > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::optional< double > *variable, const Constraint::DoubleConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::optional< bsl::string > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::optional< bsl::string > *variable, const Constraint::StringConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::optional< bdlt::Datetime > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::optional< bdlt::Datetime > *variable, const Constraint::DatetimeConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::optional< bdlt::Date > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::optional< bdlt::Date > *variable, const Constraint::DateConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(bsl::optional< bdlt::Time > *variable, bslma::Allocator *basicAllocator=0)balcl::TypeInfoexplicit
TypeInfo(bsl::optional< bdlt::Time > *variable, const Constraint::TimeConstraint &constraint, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
TypeInfo(const TypeInfo &original, bslma::Allocator *basicAllocator=0)balcl::TypeInfo
~TypeInfo()balcl::TypeInfo