|
| Attr (const char *key, const char *value) |
|
| Attr (const char *key, String value) |
|
| Attr (const char *key, int value) |
|
| Attr (const char *key, double value) |
|
| Attr (const char *key, long value) |
|
| Attr (const char *key, bool value) |
|
| EPtr () |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (EPtrType ptrType) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (EPtrType ptrType, const char *key, EPtr *eptrs, int len) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (EPtrType ptrType, const char *key) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (EPtrType ptrType, const char *key, const char *value) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, const char *value) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, String value) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, const char value) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, int value, EPtrType ptrType=Int) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, uint32_t value, EPtrType ptrType=Uint) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, long value, EPtrType ptrType=Long) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, double value, bool asText=false) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, bool value) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, const char *value, int length) |
|