Groups
Groups
Sign in
Groups
Groups
CS216Spring2010
Conversations
About
Send feedback
Help
inline code
0 views
Skip to first unread message
David Richardson
unread,
May 12, 2010, 2:40:29 AM
5/12/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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