struct CrlValueVector / crl_value_vector_t
Concrete Class
Description
Vectors: the syntax in CRL is [ v1, v2, ..., vn ]. Entries
may be NULL in which case they
will not be printed in CRL. Thus, forms like [ ,,, ] are
ok in CRL. Also, you may specify an index: [ 2=v1 ]. This
vector will have three elements, with indices 0 and 1 set to
NULL. Also see lists.
Kinship
Immediate super class: ValueCompound
Inherited Slots
Members
Inherited Members
Detailed Descriptions
#if CRL_NEED_VALUE_VECTOR
[constructor] CrlValueVector ()
#if CRL_NEED_VALUE_VECTOR
[constructor] CrlValueVector (ValueVector const &)
#if CRL_NEED_VALUE_VECTOR
void operator= (ValueVector const &)
#if CRL_NEED_VALUE_VECTOR
VectorValue const * values () const
This function redirects execution to children().
The implementation is NULL-safe; for this == NULL, this function returns NULL.
Occurrences of CrlValueVector