BDE 4.14.0 Production release
|
This is the complete list of members for balcl::TypeInfo, including all inherited members.
allocator() const | balcl::TypeInfo | |
BSLMF_NESTED_TRAIT_DECLARATION(TypeInfo, bslma::UsesBslmaAllocator) | balcl::TypeInfo | |
BSLMF_NESTED_TRAIT_DECLARATION(TypeInfo, bdlb::HasPrintMethod) | balcl::TypeInfo | |
constraint() const | balcl::TypeInfo | |
d_allocator_p | balcl::TypeInfo | |
d_constraint_p | balcl::TypeInfo | |
d_elemType | balcl::TypeInfo | |
d_isOptionalLinkedVariable | balcl::TypeInfo | |
d_linkedVariable_p | balcl::TypeInfo | |
e_COMMAND_LINE enum value | balcl::TypeInfo | |
e_ENVIRONMENT_VARIABLE enum value | balcl::TypeInfo | |
isOptionalLinkedVariable() const | balcl::TypeInfo | |
linkedVariable() const | balcl::TypeInfo | |
operator=(const TypeInfo &rhs) | balcl::TypeInfo | |
ParseInputSource enum name | balcl::TypeInfo | |
print(bsl::ostream &stream, int level=0, int spacesPerLevel=4) const | balcl::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() const | balcl::TypeInfo | |
TypeInfo() | balcl::TypeInfo | inline |
TypeInfo(bslma::Allocator *basicAllocator) | balcl::TypeInfo | explicit |
TypeInfo(bool *variable, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | explicit |
TypeInfo(char *variable, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | explicit |
TypeInfo(char *variable, const Constraint::CharConstraint &constraint, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | |
TypeInfo(int *variable, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | explicit |
TypeInfo(int *variable, const Constraint::IntConstraint &constraint, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | |
TypeInfo(bsls::Types::Int64 *variable, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | explicit |
TypeInfo(bsls::Types::Int64 *variable, const Constraint::Int64Constraint &constraint, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | |
TypeInfo(double *variable, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | explicit |
TypeInfo(double *variable, const Constraint::DoubleConstraint &constraint, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | |
TypeInfo(bsl::string *variable, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | explicit |
TypeInfo(bsl::string *variable, const Constraint::StringConstraint &constraint, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | |
TypeInfo(bdlt::Datetime *variable, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | explicit |
TypeInfo(bdlt::Datetime *variable, const Constraint::DatetimeConstraint &constraint, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | |
TypeInfo(bdlt::Date *variable, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | explicit |
TypeInfo(bdlt::Date *variable, const Constraint::DateConstraint &constraint, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | |
TypeInfo(bdlt::Time *variable, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | explicit |
TypeInfo(bdlt::Time *variable, const Constraint::TimeConstraint &constraint, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | |
TypeInfo(bsl::vector< char > *variable, bslma::Allocator *basicAllocator=0) | balcl::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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::TypeInfo | explicit |
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 |