Program Listing for File MessageArray.h
↰ Return to documentation for file (include/flamegpu/runtime/messaging/MessageArray.h
)
#ifndef INCLUDE_FLAMEGPU_RUNTIME_MESSAGING_MESSAGEARRAY_H_
#define INCLUDE_FLAMEGPU_RUNTIME_MESSAGING_MESSAGEARRAY_H_
#include "flamegpu/runtime/messaging/MessageBruteForce.h"
namespace flamegpu {
class MessageArray {
public:
// Host
struct Data; // Forward declare inner classes
class CDescription; // Forward declare inner classes
class Description; // Forward declare inner classes
class CUDAModelHandler;
// Device
class In;
class Out;
struct MetaData {
size_type length;
};
};
} // namespace flamegpu
#endif // INCLUDE_FLAMEGPU_RUNTIME_MESSAGING_MESSAGEARRAY_H_