void
default_type (
Datatype_template_uptr type )
Description
Parameters
type
- the datatype template attached to the descriptor
class
PDI::Data_descriptor
void
default_type (
Datatype_template_uptr type )
Datatype_template_uptr
default_type (
)
bool
empty (
)
bool
metadata (
)
void
metadata (
bool metadata )
const std::string &
name (
)
void *
reclaim (
)
Ref
ref (
)
void
release (
)
void
share (
void * data, bool read, bool write )
void *
share (
bool read, Ref ref, bool write )
~Data_descriptor (
)
void
default_type (
Datatype_template_uptr type )
type
Datatype_template_uptr
default_type (
)
the datatype template attached to the descriptor
bool
empty (
)
true if empty.
bool
metadata (
)
void
metadata (
bool metadata )
metadata
const std::string &
name (
)
void *
reclaim (
)
the address of the buffer
Ref
ref (
)
void
release (
)
void
share (
void * data, bool read, bool write )
data
read
write
void *
share (
bool read, Ref ref, bool write )
read
ref
write
the just shared buffer
~Data_descriptor (
)