Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.27 KB | None | 0 0
  1. /// context of memory entity
  2. class MemoryContext : Data
  3. {
  4.     mixin data;
  5.  
  6.     mixin field!(string, "root");
  7.     mixin field!(MemoryFileFormat, "format");
  8.     mixin field!(bool, "loaded");
  9.     mixin list!(string, "types");
  10.     mixin field!(MemoryInfos, "infos");
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement