Dmap.ContainerRecord¶
- Implementations:
 None
Methods¶
  | 
|
  | 
|
  | 
Virtual Methods¶
  | 
|
  | 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w  | 
Container name  | 
Signals¶
None
Fields¶
None
Class Details¶
- class Dmap.ContainerRecord¶
 - Bases:
 - Structure:
 
- add_entry(record, id)¶
 - Parameters:
 record (
Dmap.Record) – ADmap.Record.id (
int) – The record’s ID.
- Raises:
 
Add a record to the database. It is assumed that the record is placed directly into the database (not copied) and not freed.
- get_entries()¶
 
- do_add_entry(record, id) virtual¶
 - Parameters:
 record (
Dmap.Record) – ADmap.Record.id (
int) – The record’s ID.
Add a record to the database. It is assumed that the record is placed directly into the database (not copied) and not freed.
- do_get_entries() virtual¶
 
- do_get_entry_count() virtual¶
 - Returns:
 the number of records in the container record.
- Return type: