Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
lib
rating
feature
countEffect2.cc
Go to the documentation of this file.
1
/* countEffect2.cc
2
*/
3
#include "
osl/rating/feature/countEffect2.h
"
4
#include <sstream>
5
6
const
int
osl::rating::CountEffect2::Max
;
7
8
std::string
9
osl::rating::CountEffect2::name
(
int
attack,
int
defense)
10
{
11
std::ostringstream ss;
12
ss << attack <<
defense
;
13
return
ss.str();
14
}
15
16
17
/* ------------------------------------------------------------------------- */
18
// ;;; Local Variables:
19
// ;;; mode:c++
20
// ;;; c-basic-offset:2
21
// ;;; End:
Generated on Sun Jul 21 2013 13:37:23 by
1.8.4