bamboo.codegen.types

Undocumented in source.

Members

Manifest constants

Primitives
enum Primitives;

Handy mixin for all dclass primitives.

blobTypes
enum blobTypes;

Alias for the dclass blob type.

floatTypes
enum floatTypes;

Aliases for dclass float type names.

intTypes
enum intTypes;

Aliases for dclass int type names.

Structs

FieldId
struct FieldId

Provides metadata for D introspection on dclass fields.

TypeId
struct TypeId

Provides metadata for D introspection on dclass types.

Meta