Sponsored Content
Top Forums Programming Sharing C++ Objects with virtual function table pointers Post 13818 by Seeker on Thursday 24th of January 2002 01:14:24 AM
Old 01-24-2002
Question Sharing C++ Objects with virtual function table pointers

I am pondering the next question:
Can I safely sare objects that have virtual functions (i.e. have
virtual function table pointers) between two processes ?
Where will the pointers point to in each process ?
What I am afraid of is that in the creating process the pointer
will indeed point to the virtual function table, but in the
sharing process that pointer will point at junk.

Smilie
Can anyone calm me or maybe confirm my fears ?

Thank you !
 

10 More Discussions You Might Find Interesting

1. Programming

Regarding Function and Pointers.

HI, Here is some thing that is puzzling me from a long time. Can some body explain me this with example. The question is :- What is the difference between function pointer and pointer to a function. Where do we actually use the function pointers and pointer to functions. Thanks in... (0 Replies)
Discussion started by: S.Vishwanath
0 Replies

2. IP Networking

sharing of IP address for load sharing avoiding virtual server & redirection machine

I have RedHat 9.0 installed on three of my servers (PIII - 233MHz) and want that they share a common IP address so that any request made reaches each of the servers. Can anyone suggest how should I setup my LAN. I'm new to networking in Linux so please elaborate and would be thankful for a timely... (2 Replies)
Discussion started by: Rakesh Ranjan
2 Replies

3. Programming

Pure Virtual Function in C++

Dear All, Here I want to know why we put =0 in case of pure virtual function, why not =1, =2 or any thing else Please send me answer any one as soon as possible. (1 Reply)
Discussion started by: krishna_sicsr
1 Replies

4. OS X (Apple)

Virtual screen accessed by Screen Sharing

Hi, I'm trying to create a virtual screen, (maybe xvfb? or any other virtual screen buffer) and be able to use Screen Sharing to connect to it. The setup is that I have a Mac Mini connected to the TV. But when my girlfriend is using Front Row, I can't use Screen Sharing at the same time from... (0 Replies)
Discussion started by: linge
0 Replies

5. Shell Programming and Scripting

Crosstab to List table using awk Function

What I am trying to achieve is turning crosstab into a normal table e.g. convert following table Jan Feb Mar Apr May Jun Australia 1 2 3 4 5 6 USA 7 8 9 10 11 12 China 13 14 15 16 17 18 to Australia Jan 1 Australia Feb 2 Australia Mar 3 ... (2 Replies)
Discussion started by: asdban
2 Replies

6. Shell Programming and Scripting

Read Table,View,Package,Function and Procedure Name in a File

Hi I am new to Unix shell scripting. But i need help to slove the below issue. Issue description: I want to read table, view names and package names in a file my plan to find the table name is : search "From" key word find the table or view To find the packge name : Search "Package... (5 Replies)
Discussion started by: sboss
5 Replies

7. Programming

question about Function pointers

Hello forum memebers As iam new to C++ programming i am little bit confuse to understand the function pointers. Please help me to understand the function pointers with examples are suggest me good site for this,Its better if it have picturial representation ie any PPTS available in Google.... (2 Replies)
Discussion started by: rajkumar_g
2 Replies

8. UNIX for Advanced & Expert Users

What is the function to get address of the virtual memory block in linux??

I want address of current virtual memory block? i am using fedora10:wall::wall: (1 Reply)
Discussion started by: powyama
1 Replies

9. Programming

How to Declare an array of function pointers?

I am attempting to create an array of function pointers. The examples I follow to do this are from: support.microsoft.com/en-us/help/30580/how-to-declare-an-array-of-pointers-to-functions-in-visual-c ... (3 Replies)
Discussion started by: spflanze
3 Replies

10. UNIX for Beginners Questions & Answers

Providing virtual machine priority in kvm based virtual machines

Hi All, Is there any way I can prioritize my VMs when there is resource crunch in host machine so that some VMs will be allocated more vcpu, more memory than other VMs in kvm/qemu hypervisor based virtual machines? Lets say in my cloud environment my Ubuntu 16 compute hosts are running some... (0 Replies)
Discussion started by: SanjayK
0 Replies
beagle::BeagleImpl(3)						     HMSBEAGLE						     beagle::BeagleImpl(3)

NAME
beagle::BeagleImpl - SYNOPSIS
Inherited by beagle::cpu::BeagleCPUImpl, and beagle::gpu::BeagleGPUImpl. Public Member Functions virtual int createInstance (int tipCount, int partialsBufferCount, int compactBufferCount, int stateCount, int patternCount, int eigenBufferCount, int matrixBufferCount, int categoryCount, int scaleBufferCount, int resourceNumber, long preferenceFlags, long requirementFlags)=0 virtual int getInstanceDetails (BeagleInstanceDetails *returnInfo)=0 virtual int setTipStates (int tipIndex, const int *inStates)=0 virtual int setTipPartials (int tipIndex, const double *inPartials)=0 virtual int setPartials (int bufferIndex, const double *inPartials)=0 virtual int getPartials (int bufferIndex, int scaleIndex, double *outPartials)=0 virtual int setEigenDecomposition (int eigenIndex, const double *inEigenVectors, const double *inInverseEigenVectors, const double *inEigenValues)=0 virtual int setStateFrequencies (int stateFrequenciesIndex, const double *inStateFrequencies)=0 virtual int setCategoryWeights (int categoryWeightsIndex, const double *inCategoryWeights)=0 virtual int setPatternWeights (const double *inPatternWeights)=0 virtual int setCategoryRates (const double *inCategoryRates)=0 virtual int setTransitionMatrix (int matrixIndex, const double *inMatrix, double paddedValue)=0 virtual int setTransitionMatrices (const int *matrixIndices, const double *inMatrices, const double *paddedValues, int count)=0 virtual int getTransitionMatrix (int matrixIndex, double *outMatrix)=0 virtual int updateTransitionMatrices (int eigenIndex, const int *probabilityIndices, const int *firstDerivativeIndices, const int *secondDerivativeIndices, const double *edgeLengths, int count)=0 virtual int updatePartials (const int *operations, int operationCount, int cumulativeScalingIndex)=0 virtual int waitForPartials (const int *destinationPartials, int destinationPartialsCount)=0 virtual int accumulateScaleFactors (const int *scalingIndices, int count, int cumulativeScalingIndex)=0 virtual int removeScaleFactors (const int *scalingIndices, int count, int cumulativeScalingIndex)=0 virtual int resetScaleFactors (int cumulativeScalingIndex)=0 virtual int copyScaleFactors (int destScalingIndex, int srcScalingIndex)=0 virtual int calculateRootLogLikelihoods (const int *bufferIndices, const int *categoryWeightsIndices, const int *stateFrequenciesIndices, const int *scalingFactorsIndices, int count, double *outSumLogLikelihood)=0 virtual int calculateEdgeLogLikelihoods (const int *parentBufferIndices, const int *childBufferIndices, const int *probabilityIndices, const int *firstDerivativeIndices, const int *secondDerivativeIndices, const int *categoryWeightsIndices, const int *stateFrequenciesIndices, const int *scalingFactorsIndices, int count, double *outSumLogLikelihood, double *outSumFirstDerivative, double *outSumSecondDerivative)=0 virtual int getSiteLogLikelihoods (double *outLogLikelihoods)=0 virtual int getSiteDerivatives (double *outFirstDerivatives, double *outSecondDerivatives)=0 Public Attributes int resourceNumber Author Generated automatically by Doxygen for HMSBEAGLE from the source code. Version 1.0.0 Fri May 25 2012 beagle::BeagleImpl(3)
All times are GMT -4. The time now is 12:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy