inline code

0 views
Skip to first unread message

David Richardson

unread,
May 12, 2010, 2:40:29 AM5/12/10
to CS216Spring2010
Is there any problem with this kind of inline code?

clsas X
{
public:
X();

// this is implicitly inline since I implemented the function
inside the class
void doSomethingHere()
{
doSomethingMore();
}
};

If necessary I can move all these implicitly inline functions to
either CPP files or the .INL files.

Dave

Reply all
Reply to author
Forward
0 new messages