ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
Struct
ocean
util
container
pool
StructPool
Undocumented in source.
version(unittest)
struct
Struct {
size_t
object_pool_index
;
size_t
i
;
char
[]
s
;
void
reset
();
}
Members
Functions
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
i
size_t
i
;
Undocumented in source.
object_pool_index
size_t
object_pool_index
;
Undocumented in source.
s
char
[]
s
;
Undocumented in source.
Meta
Source
See Implementation
ocean
util
container
pool
StructPool
aliases
MyPool
classes
StructPool
StructPoolTester
structs
Struct