dpq2 v1.1.0-dynamic (2021-12-23T17:12:46Z)
Home
Dub
Repo
ReferenceCounter
dpq2
dynloader
Undocumented in source.
version(DerelictPQ_Dynamic)
package
struct
ReferenceCounter {
import
core
.
atomic
;
;
import
derelict
.
pq
.
pq
:
DerelictPQ
;
;
import
std
.
experimental
.
logger
;
;
import
std
.
stdio
:
writeln
;
;
import
std
.
stdio
;
;
this
();
this(this)
;
this
(string path);
this
(bool );
void
__custom_dtor
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string path)
Used only by connection factory
this
this
(bool )
Used by all other objects
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
__custom_dtor
void
__custom_dtor
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dpq2
dynloader
classes
ConnectionFactory
structs
ReferenceCounter
variables
connFactory