Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Ssn::setSsnFull Method (std::string&, std::string&, std::string&)

Sets the full ssn by using the three specified parts.

C++
void setSsnFull(
    const std::string& newSsnPart1, 
    const std::string& newSsnPart2, 
    const std::string& newSsnPart3
);
Parameters 
Description 
const std::string& newSsnPart1 
First part of ssn. 
const std::string& newSsnPart2 
Second part of ssn. 
const std::string& newSsnPart3 
Third part of ssn. 

Three strings are used, the three parts are set, then the full ssn is set from the concatenated parts.

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