24 #include "../PulsarProfileId.h" 29 namespace generators {
32 PulsarProfileId::PulsarProfileId()
36 PulsarProfileId::PulsarProfileId(std::string
const&
id)
41 PulsarProfileId::~PulsarProfileId()
45 PulsarProfileId::operator std::string
const&()
const 50 bool PulsarProfileId::operator==(PulsarProfileId
const& other)
const 52 return other._id == _id;
55 bool PulsarProfileId::operator!=(PulsarProfileId
const& other)
const 57 return other._id != _id;
60 bool PulsarProfileId::operator<(PulsarProfileId
const& other)
const 62 return _id < other._id;
Some limits and constants for FLDO.