Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
WorkerDataGeneral::WorkerDataGeneral Constructor (WorkerDataGeneral&)

Initializes a WorkerDataGeneral structure by copying all the data in the argument to this instance.

C++
WorkerDataGeneral(
    const WorkerDataGeneral& workerData
);
Parameters 
Description 
const WorkerDataGeneral& workerData 
The structure to copy from. 

Should call WorkerDataGeneral::setMaxyear before constructing any WorkerDataGeneral.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!