Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
avoidCopyMemory.cpp File Reference
Include dependency graph for avoidCopyMemory.cpp:

Go to the source code of this file.

Namespaces

namespace  shamalgs
 namespace to contain everything implemented by shamalgs
namespace  shamalgs::memory
 memory manipulation algorithms

Macros

#define XMAC_TYPES
#define X(_arg_)

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file avoidCopyMemory.cpp.

Macro Definition Documentation

◆ X

#define X ( _arg_)
Value:
template struct AvoidCopy<_arg_>;

Definition at line 81 of file avoidCopyMemory.cpp.

◆ XMAC_TYPES

#define XMAC_TYPES
Value:
X(f32) \
X(f32_2) \
X(f32_3) \
X(f32_4) \
X(f32_8) \
X(f32_16) \
X(f64) \
X(f64_2) \
X(f64_3) \
X(f64_4) \
X(f64_8) \
X(f64_16) \
X(u8) \
X(u32) \
X(u32_2) \
X(u32_3) \
X(u32_4) \
X(u32_8) \
X(u32_16) \
X(u64) \
X(u64_2) \
X(u64_3) \
X(u64_4) \
X(u64_8) \
X(u64_16) \
X(i64_3) \
X(i64)
double f64
Alias for double.
float f32
Alias for float.
std::uint8_t u8
8 bit unsigned integer
std::uint32_t u32
32 bit unsigned integer
std::uint64_t u64
64 bit unsigned integer
std::int64_t i64
64 bit integer
#define X
Temp definition for the X macro call to define the log levels.
Definition logs.hpp:132

Definition at line 52 of file avoidCopyMemory.cpp.