UF_CLONE_copy_nm_opt_s (view source)
 
Defined in: uf_clone.h
 
Also known as:
 
Overview
UF_CLONE_copy_nm_opt_t: Element of a linked list setting the
flag for a specific non-master type to indicate whether or not it
should be copied during a clone, import or export operation, the
list is terminated by setting the next field of this structure to
NULL. This structure can be either an input argument to a _set_
function or an output argument of an _ask_ function.


Data Members

nonmaster_type
char *
<OF> when structure is being
returned a string containing the name of a
nonmaster type defined in the database, such as
"specification"

copy
logical
<O> when structure is being returned
a logical indicating whether this nonmaster type
should be copied during a clone operation, imported,
or exported. TRUE means that nonmasters of that
type will be copied

next
struct UF_CLONE_copy_nm_opt_s *
<OF> when structure
is being returned a pointer to the
next element in the linked list of
options