Interface_Dispatcher Class CATCdpMessage
All Categories Class Hierarchy This Category Previous Next Indexes
Interface_Dispatcher Class CATCdpMessage
CATCdpMessage
public class CATCdpMessage
Constructor and Destructor Index
- o
CATCdpMessage(CATCdpMessage&)
-
- o
CATCdpMessage(int,int)
-
- o
~CATCdpMessage()
-
Method Index
- o
AddAssemblyStructure(CATCdpAssemblyStructure*)
-
- o
AddAttribute(CATCdpAttributeAny* const)
-
- o
AddBinary(int,void* const)
-
- o
AddDialogDefinition(CATCdpDialogDefinition&)
-
- o
AddDouble(double)
-
- o
AddEffectivity(CATCdpEffectivity* const)
-
- o
AddError(CATCdpError* const)
-
- o
AddFloat(float)
-
- o
AddInt(int)
-
- o
AddListOfDouble(int,double* const)
-
- o
AddListOfFloat(int,float* const)
-
- o
AddListOfInt(int,int* const)
-
- o
AddListOfObject(CATCdpListOfObject* const)
-
- o
AddMenuDefinition(CATCdpMenuDefinition*)
-
- o
AddMessage(CATCdpMessage* const)
-
- o
AddObject(CATCdpObject* const)
-
- o
AddString(char* const)
-
- o
AddString(int,char* const)
-
- o
GetMessageBuffer()
-
- o
GetMessageLength()
-
- o
GetMessageType()
-
- o
ImportMessage(void*,int)
-
- o
InitScanCursor()
-
- o
LoadPersistant(char*)
-
- o
MakeEmpty()
-
- o
MakePersistant(char*)
-
- o
ReceiveMessage(void*,int)
-
- o
RemoveDouble(double&)
-
- o
RemoveFixString(int,char* const)
-
- o
RemoveFloat(float&)
-
- o
RemoveInt(int&)
-
- o
RemoveListOfDouble(int,double* const)
-
- o
RemoveListOfFloat(int,float* const)
-
- o
RemoveListOfInt(int,int* const)
-
- o
ScanAssemblyStructure(CATCdpAssemblyStructure&)
-
- o
ScanAttribute(CATCdpAttributeAny&)
-
- o
ScanBinary(int&,void*&)
-
- o
ScanDialogDefinition(CATCdpDialogDefinition&)
-
- o
ScanDouble(double&)
-
- o
ScanEffectivity(CATCdpEffectivity&)
-
- o
ScanError(CATCdpError&)
-
- o
ScanFixBinary(int,void* const)
-
- o
ScanFixString(int,char* const)
-
- o
ScanFloat(float&)
-
- o
ScanInt(int&)
-
- o
ScanListOfDouble(int,double* const)
-
- o
ScanListOfFloat(int,float* const)
-
- o
ScanListOfInt(int,int* const)
-
- o
ScanListOfObject(CATCdpListOfObject&)
-
- o
ScanListOfObjectPSN(CATCdpListOfObject&)
-
- o
ScanMenuDefinition(CATCdpMenuDefinition*&)
-
- o
ScanMessage(CATCdpMessage&)
-
- o
ScanObject(CATCdpObject**)
-
- o
ScanString(int&,char*&)
-
- o
ScanString(int&,char*&)
-
- o
SetMessageType(int)
-
- o
operator=(CATCdpMessage&)
-
Constructor and Destructor
o CATCdpMessage
-
o CATCdpMessage
| public CATCdpMessage( | int | nType | = 0 , |
| int | nInitialSize | = 512 ) |
-
o ~CATCdpMessage
| public virtual ~CATCdpMessage( | ) |
-
Methods
o AddAssemblyStructure
-
o AddAttribute
| public int AddAttribute( | CATCdpAttributeAny* const | xAtt) |
-
o AddBinary
| public int AddBinary( | int | nLength, |
| const void* const | bValue) |
-
o AddDialogDefinition
-
o AddDouble
| public int AddDouble( | double | Value) |
-
o AddEffectivity
| public int AddEffectivity( | CATCdpEffectivity* const | xEff) |
-
o AddError
| public int AddError( | CATCdpError* const | xError) |
-
o AddFloat
| public int AddFloat( | float | Value) |
-
o AddInt
| public int AddInt( | int | Value) |
-
o AddListOfDouble
| public int AddListOfDouble( | int | Number, |
| const double* const | Value) |
-
o AddListOfFloat
| public int AddListOfFloat( | int | Number, |
| const float* const | Value) |
-
o AddListOfInt
| public int AddListOfInt( | int | Number, |
| const int* const | Value) |
-
o AddListOfObject
| public int AddListOfObject( | CATCdpListOfObject* const | xObjectList) |
-
o AddMenuDefinition
-
o AddMessage
| public int AddMessage( | CATCdpMessage* const | xMsg) |
-
o AddObject
| public int AddObject( | CATCdpObject* const | xObject) |
-
o AddString
| public int AddString( | const char* const | cValue) |
-
o AddString
| public int AddString( | int | nLength, |
| const char* const | cValue) |
-
o GetMessageBuffer
| public const void * GetMessageBuffer( | )const |
-
o GetMessageLength
| public int GetMessageLength( | )const |
-
o GetMessageType
| public int GetMessageType( | )const |
-
o ImportMessage
| public int ImportMessage( | void* | xMessageStack, |
| int | nSize) |
-
o InitScanCursor
| public void InitScanCursor( | ) |
-
o LoadPersistant
| public int LoadPersistant( | const char* | cFileName) |
-
o MakeEmpty
-
o MakePersistant
| public int MakePersistant( | const char* | cFileName) |
-
o ReceiveMessage
| public int ReceiveMessage( | const void* | xMessageStack, |
| int | nSize) |
-
o RemoveDouble
| public int RemoveDouble( | double& | Value) |
-
o RemoveFixString
| public int RemoveFixString( | int | length, |
| char* const | Value) |
-
o RemoveFloat
| public int RemoveFloat( | float& | Value) |
-
o RemoveInt
| public int RemoveInt( | int& | Value) |
-
o RemoveListOfDouble
| public int RemoveListOfDouble( | int | Number, |
| double* const | Value) |
-
o RemoveListOfFloat
| public int RemoveListOfFloat( | int | Number, |
| float* const | Value) |
-
o RemoveListOfInt
| public int RemoveListOfInt( | int | Number, |
| int* const | Value) |
-
o ScanAssemblyStructure
-
o ScanAttribute
-
o ScanBinary
| public int ScanBinary( | int& | nLength, |
| const void*& | cbValue) |
-
o ScanDialogDefinition
-
o ScanDouble
| public int ScanDouble( | double& | Value) |
-
o ScanEffectivity
-
o ScanError
-
o ScanFixBinary
| public int ScanFixBinary( | int | nLength, |
| void* const | bValue) |
-
o ScanFixString
| public int ScanFixString( | int | nLength, |
| char* const | cValue) |
-
o ScanFloat
| public int ScanFloat( | float& | Value) |
-
o ScanInt
| public int ScanInt( | int& | Value) |
-
o ScanListOfDouble
| public int ScanListOfDouble( | int | Number, |
| double* const | Value) |
-
o ScanListOfFloat
| public int ScanListOfFloat( | int | Number, |
| float* const | Value) |
-
o ScanListOfInt
| public int ScanListOfInt( | int | Number, |
| int* const | Value) |
-
o ScanListOfObject
-
o ScanListOfObjectPSN
-
o ScanMenuDefinition
-
o ScanMessage
-
o ScanObject
-
o ScanString
| public int ScanString( | int& | nLength, |
| char*& | cValue) |
-
o ScanString
| public int ScanString( | int& | nLength, |
| const char*& | cValue) |
-
o SetMessageType
| public int SetMessageType( | int | nType) |
-
o operator=
-
This object is included in the file: CATCdpMessage.h
If needed, your Imakefile.mk should include the module: VY0INF
Copyright © 2003, Dassault Systèmes. All rights reserved.