Changeset 4c1403c for src/examples/gc_no_raii/src/gcpointers.h
- Timestamp:
- Sep 14, 2016, 1:15:24 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 50c5cf3
- Parents:
- 76af36f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/gc_no_raii/src/gcpointers.h
r76af36f r4c1403c 22 22 bool gcpointer_equal(gcpointer_t* this, gcpointer_t* rhs); 23 23 bool gcpointer_not_equal(gcpointer_t* this, gcpointer_t* rhs); 24 bool gcpointer_null(gcpointer_t* this); 24 bool gcpointer_null(const gcpointer_t* this); 25 26 27 #ifndef NDEBUG 28 bool is_valid(const gcpointer_t* this); 29 #endif 25 30 26 31 forall(dtype T)
Note: See TracChangeset
for help on using the changeset viewer.