Main Page | Files | Functions | Code Elements | Data Structures

tctype.hxx File Reference


Detailed Description

This file contains the interface to Teamcenter types.

Definition in file tctype.hxx.

#include <extensionframework/OperationDispatcher.hxx>
#include <tccore/libtccore_exports.h>
#include <string>
#include <tccore/libtccore_undef.h>

Go to the source code of this file.

Functions


Function Documentation

int TCTYPE_find_operation_dispatcher ( tag_t  type_tag,
const char *  msg_name,
int *  opint,
OperationDispatcher **  op_dispatcher 
)

This function will return the Operation Dispatcher for a given operation.

int TCTYPE_find_prop_operation_dispatcher ( tag_t  type_tag,
const char *  prop_name,
const char *  msg_name,
int *  opint,
OperationDispatcher **  op_dispatcher 
)

This function will return the Operation Dispatcher for a given property operation.