![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Class used to represent local request origin. More...
#include <LocalRequestOrigin.h>
Public Member Functions | |
| eRequestOrigin | getRequestOrigin () const |
| retrieve request origin | |
Constructors and destructors | |
| LocalRequestOrigin () | |
| ~LocalRequestOrigin () | |
Public Member Functions inherited from ipsdk::core::BaseRequestOrigin | |
| bool | isInit () const |
| retrieve object initialization flag | |
| void | clear () |
| clear object data | |
| BaseRequestOrigin () | |
| virtual | ~BaseRequestOrigin ()=0 |
| bool | isLocal () const |
| check for request origin | |
| bool | isRemote () const |
| check for request origin | |
Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual const std::string & | getClassName () const |
| method allowing to retrieve object class name | |
| virtual BaseDynamicObject * | createNew () const =0 |
| method allowing to create new instance of current object type | |
| virtual DynamicObjectPtr | createShared () const =0 |
| method allowing to create new shared instance of current object type | |
| virtual bool | hasCopySupport () const =0 |
| check whether objet has copy support | |
| virtual BaseDynamicObject * | duplicate () const =0 |
| method allowing to duplicate current object More... | |
| virtual DynamicObjectPtr | duplicateShared () const =0 |
| method allowing shared duplication of current object More... | |
| BaseDynamicObject () | |
| virtual | ~BaseDynamicObject ()=0 |
Additional Inherited Members | |
Static Public Member Functions inherited from ipsdk::BaseDynamicObject | |
| static const std::string & | getTypeName () |
| method allowing to retrieve name associated to class | |
Protected Member Functions inherited from ipsdk::core::BaseRequestOrigin | |
| void | initBase () |
| base class initialization method | |
Protected Member Functions inherited from ipsdk::BaseDynamicObject | |
| virtual void | initCtorCopy (const BaseDynamicObject &object) |
| virtual void | copy (const BaseDynamicObject &object) |
| method allowing to copy data from another object | |
Protected Attributes inherited from ipsdk::core::BaseRequestOrigin | |
| bool | _bInit |
| object initialization flag | |
Class used to represent local request origin.
This object performed an auto-initialization
1.8.14