4 #include "CompoundAgent.h"
5 #include "PointerAgent.h"
6 #include "SimpleAgent.h"
10 std::string datapath
; // because some files link to it
13 #define PSIZE(t) printf("Size of (%s): %zu\n", #t, sizeof (t))
14 boost::variant
< int, float, AgentRef
, std::string
> variant
;
26 PSIZE(boost::weak_ptr
<Agent
>);