#include <OSGConnectionType.h>
Public Types | |
Types | |
| typedef Connection *(* | CreateFunction )(void) |
Public Methods | |
Constructors | |
| ConnectionType (CreateFunction, const string &name) | |
| ConnectionType (const ConnectionType &source) | |
Destructor | |
| virtual | ~ConnectionType (void) |
Get | |
| string | getName (void) const |
| CreateFunction | getCreateFunction (void) const |
your_category | |
| Connection * | create (void) |
Assignment | |
| ConnectionType & | operator= (const ConnectionType &source) |
Comparison | |
| bool | operator< (const ConnectionType &other) const |
| bool | operator== (const ConnectionType &other) const |
| bool | operator!= (const ConnectionType &other) const |
Protected Attributes | |
| CreateFunction | _createFunction |
| string | _name |
|
|
|
|
||||||||||||
|
Constructor
|
|
|
Copy constructor |
|
|
Destructor Unregister the connection from the factory |
|
|
get conneciton name |
|
|
get conneciton create function |
|
|
create Connection |
|
|
assignment |
|
|
less |
|
|
equal |
|
|
unequal |
|
|
|
|
|
|
1.2.16