◆ at()
◆ copy() [1/3]
Copy other array to the local array
- Parameters
-
other | C-pointer to source array for copy. |
Implements PanNDE::Array< T >.
◆ copy() [2/3]
Copy other array to the local array. This is not recommended for general use, CArray has no overrun protections. This is primarily for inter-process or device communications where low-level access is required.
- Parameters
-
other | reference to Carray wrapped struct for copy. |
Implements PanNDE::Array< T >.
◆ copy() [3/3]
Copy other array to the local array
- Parameters
-
other | shared pointer to source array for copy. |
◆ data()
Get C-pointer to head of array. Only use when low-level access is required.
Implements PanNDE::Array< T >.
◆ getCArray()
Get array data as CArray struct. This is not recommended for general use, CArray has no overrun protections. This is primarily for inter-process or device communications where low-level access is required.
Implements PanNDE::Array< T >.
◆ resize()
Resize array. Array contents not guaranteed to be preserved
- Parameters
-
newsize | new size of array. |
Implements PanNDE::Array< T >.
◆ size()
The documentation for this class was generated from the following file: