Skip to content
Permalink
46cfff0b60
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
20 lines (13 sloc) 289 Bytes
/*
This file correspondes to style.hpp and is an example of
the .cpp files that would correspond to the .hpp file.
*/
#include "style.hpp"
char TestClass::attrTwoTimesTwo()
{
return c_attrTwo << 1
}
int TestClass::getAttrSum()
{
return c_attrTwo + i_attrOne
}