Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite53d8ed

Browse files
Some renamings
1 parent2237068 commite53d8ed

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

‎blobstamper/galley.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ class GalleyVector : public GalleyBase
3838

3939
template<classT>classGalleyVectorV:publicGalleyVector
4040
{
41-
StampBaseT<T>& v_stamp;
41+
StampBaseV<T>& v_stamp;
4242
public:
43-
GalleyVectorV(StampBaseT<T> & stamp_arg): GalleyVector(stamp_arg), v_stamp(stamp_arg) {};
43+
GalleyVectorV(StampBaseV<T> & stamp_arg): GalleyVector(stamp_arg), v_stamp(stamp_arg) {};
4444
std::vector<T>ExtractValues(Blob &blob);
4545
};
4646

‎blobstamper/stamp.h‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,19 @@ class StampBase
2222
};
2323

2424

25-
template<classT>classStampBaseT:publicvirtual StampBase
25+
template<classT>classStampBaseV:publicvirtual StampBase
2626
{
2727
public:
2828
virtual TExtractValue(Blob &blob) = 0;/* Shoud be defined by derived classes*/
2929
};
3030

31+
template<classT>classStampBasePV:publicvirtual StampBase
32+
{
33+
public:
34+
virtual T*ExtractValue(Blob &blob) = 0;/* Shoud be defined by derived classes*/
35+
};
36+
37+
3138
classStampFixed :publicvirtual StampBase
3239
{
3340
protected:

‎blobstamper/stamp_arithm.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include"helpers.h"
66
#include"stamp.h"
77

8-
template<classT>classStampArithm:publicStampFixed,publicStampBaseT<T>
8+
template<classT>classStampArithm:publicStampFixed,publicStampBaseV<T>
99
{
1010
public:
1111
StampArithm() { size =sizeof(T);};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp