473,396 Members | 2,061 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

no matching function to call for

Error

x86_64-unknown-linux_dbg.GNU3_4_4/pdmandblackwhite-1-schema.cc: In member
function `DBRT_ValVec<mm_i32>
pdmtreenode::childrevisioninstanceids(DBRT_CallArg s&) const':
x86_64-unknown-linux_dbg.GNU3_4_4/pdmandblackwhite-1-schema.cc:22176: no
matching function for call to `dbrt_transform0(DBRT_PtrVec<pdmtreenode>,
int32 (*)[1], DBRT_CallArgs&)'




code at line 22176




dbvalvec<int32::ValT>::ValT pdmtreenode::childrevisioninstanceids(_DBCALL_ARGD EFS_) const
{
DBRT_CallArgs_RecursionIncrementer _db_recurse_incr(_DBCALLARGS_);

return (
dbtransform0(
dbcollect(
mychildren
),
pdmtreenode::revisioninstanceid
)
);
}

"


other relevant code part

"


#define dbtransform0(input_recvec, mbr) \
(dbrt_transform0(input_recvec, &mbr, _DBCALLARGS_))

template<class T, class V>
DBRT_ValVec<typename V::ValT>
dbrt_transform0
(
DBRT_PtrVec<T> const & input_recvec,
V (T::*datambr)[1] ,
_DBCALL_ARGDEFS_
)



#define dbcollect(refbagmbr) \
(the_##refbagmbr##_BagHelper.collect_all_items(*th is,_DBCALLARGS_))

#define _DBCALLARGS_ _dbcallargs


static dbrefbag<pdmtreenode> mychildren[1] ; // ITEM_ID=5


struct pdmtreenode;

static int32 revisioninstanceid[1] ; // ITEM_ID=2

dbvalvec<int32::ValT>::ValT objectrevisioninstanceids(_DBCALL_ARGDEFS_) const ; // ITEM_ID=21

int32 pdmtreenode::revisioninstanceid[1];


Apr 20 '12 #1
0 1777

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: mangi03 | last post by:
Hi, I came acrosss g++ compile errors whenever I make a function call by reference and found out from the test program that compiler is treating the function argument differently when another...
1
by: A. Farber | last post by:
Hi, I'm trying to port a bigger program from Visual C++ to Linux and after rewriting few Visual C++ functions (strnicmp, filelength, findnext, etc.) I'm finally down to just one (!) error...
7
by: Vaca Louca | last post by:
Hello, My setup: Debian sarge on dual Pentium 4. g++ 3.3.5-3. (the other system is Windows XP with MS Visual Studio .NET 2003) I have an auto_array<T> template (based on a template taken from...
2
by: Lateralus | last post by:
headers/vector3.h: In member function ‘Vector3 Vector3::operator*(Scalar)’: headers/vector3.h:13: error: no matching function for call to ‘Vector3::Vector3(Vector3)’...
3
by: Jeff | last post by:
Its been years since I did C++ and Im unsure what this is about. I have a QT class Im inheriting from in my .h file: class Mosfet : Q3CanvasRectangle { public: Mosfet::Mosfet(const QRect...
16
by: Martin Jørgensen | last post by:
Hi, Short question: Any particular reason for why I'm getting a warning here: (cast from function call of type int to non-matching type double) xdouble = (double)rand()/(double)RAND_MAX;
1
by: yuanhp_china | last post by:
I define a class: class RtServer { public: RtServer(); void init(); void close();
2
by: hectic | last post by:
i have three file header file where i define the function prototype and the other implementaion file for the function body and other one is the test file which takes input for the implementation file...
2
by: cablepuff | last post by:
template <typename ContainerType> ContainerType rsa_encrypt_list(const std::string&, const typename ContainerType::reference, const typename ContainerType::reference); const BigInteger...
5
by: tomas | last post by:
Hi. I wrote a code similar to this one, for a wrapper application that I needed: #include <iostream> using namespace std; class Client {
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.