view gen/aa.h @ 1497:d9d50163e1a4

Cannot take the address of a slice or struct literal as a constant expression.
author Christian Kamm <kamm incasoftware de>
date Sun, 14 Jun 2009 12:27:51 +0200
parents eef8ac26c66c
children 09734fb929c0
line wrap: on
line source

#ifndef LDC_GEN_AA_H
#define LDC_GEN_AA_H

DValue* DtoAAIndex(Loc& loc, Type* type, DValue* aa, DValue* key, bool lvalue);
DValue* DtoAAIn(Loc& loc, Type* type, DValue* aa, DValue* key);
void DtoAARemove(Loc& loc, DValue* aa, DValue* key);

#endif // LDC_GEN_AA_H