i have this class:
class Process : public Gob
{
private:
TotalAmount *Process::getTo talAmount( DetailList & dl );
public:
virtual void operator()(Invo ice&);
};
what does the :: sign mean here ?
thanks !
class Process : public Gob
{
private:
TotalAmount *Process::getTo talAmount( DetailList & dl );
public:
virtual void operator()(Invo ice&);
};
what does the :: sign mean here ?
thanks !
Comment