![]() |
sysrepo
1.4.70
YANG datastore
|
Sysrepo class header for internal C++ classes. More...
Go to the source code of this file.
Data Structures | |
union | value_e |
union | count_e |
class | Deleter |
Namespaces | |
sysrepo | |
Typedefs | |
typedef union sysrepo::value_e | value_t |
typedef union sysrepo::count_e | count_t |
Enumerations | |
enum | Free_Type { VAL, VALS, VALS_POINTER, SESSION } |
Sysrepo class header for internal C++ classes.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file Internal.hpp.
union sysrepo::value_e |
Definition at line 40 of file Internal.hpp.
Data Fields | ||
---|---|---|
sr_val_t * | _val | |
sr_val_t ** | p_vals | |
sr_session_ctx_t * | _sess |
union sysrepo::count_e |
Definition at line 46 of file Internal.hpp.
Data Fields | ||
---|---|---|
size_t | _cnt | |
size_t * | p_cnt |