#include "sampa/core/gated.h"#include "sampa/core/persistence.cxx"#include <cstring>Go to the source code of this file.
Namespaces | |
| namespace | Sampa |
Defines | |
| #define | SAMPA_MAKE_GATED(UserType) |
| #define SAMPA_MAKE_GATED | ( | UserType | ) |
Value:
namespace Sampa { \ SAMPA_MAKE_TMPL_PERSISTENT(Gated<UserType>, Gated, NO_REFS); \ template class Gated<UserType>; \ }
1.5.3