Menu

#4 Dependancies in functions

open
nobody
None
5
2005-04-29
2005-04-29
Anonymous
No

It would be nice to get dependancies from functions...

The "uses" relationship

void SomeClass::MethodName() {
std::string name = "hello";
//SomeClass uses std::string
}

/Daniel

Discussion


Log in to post a comment.